]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-m48t86.c: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 12 Nov 2013 23:10:44 +0000 (15:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:29 +0000 (12:09 +0900)
commit186f0fe6f571f6d849d55988d8c4007d8d208fe1
tree84bf8003f899ef4c2339bb18864f28c5d43ecc9d
parent410935908e067e0968faeb944e9461ae5ba59915
drivers/rtc/rtc-m48t86.c: use dev_get_platdata()

Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly.  This is a cosmetic change to make
the code simpler and enhance the readability.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-m48t86.c