]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-sh: remove unnecessary platform_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 27 Jun 2013 23:53:16 +0000 (09:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:38:35 +0000 (16:38 +1000)
commite6a49f770b18c6ffa02fa1ebf3a0a3923944428d
treefe0d04dda1e5054cb0d8a80f57742f8d1a090ee1
parentbed56a7f5523d531baecacc5c6f915214d1d97f0
rtc: rtc-sh: remove unnecessary platform_set_drvdata()

The driver core clears the driver data to NULL after device_release or on
probe failure, since commit 0998d063100 ("device-core: Ensure drvdata =
NULL when no driver is bound").  Thus, it is not needed to manually clear
the device driver data to NULL.

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