rtc: s3c: remove unnecessary NULL assignment
authorJoonyoung Shim <jy0922.shim@samsung.com>
Tue, 11 Aug 2015 11:28:20 +0000 (20:28 +0900)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:13 +0000 (13:19 +0200)
commit27b15e31dbc5f4d7fc93e6acaa898cbfd1cf74ea
tree4bf5ed57d23f3df7c1598a632ba35ec6f7030091
parent7f23a93661eb5caa373f75a145cec14331a8caaa
rtc: s3c: remove unnecessary NULL assignment

It's unnecessary the code that assigns info->rtc_clk to NULL in
s3c_rtc_remove.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-s3c.c