]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rtc: rtc-ds1553: use devm_rtc_device_register()
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:19:00 +0000 (16:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:25 +0000 (18:28 -0700)
commitc1be915ee03ac9b4c02a6b75f31283a69d55cf03
tree856c882ed4eec39d6e444acc3397f44a1d12759b
parentf650e657afdefc11f735e6fd49451af5ac2253ed
rtc: rtc-ds1553: use devm_rtc_device_register()

devm_rtc_device_register() is device managed and makes cleanup
paths simpler.

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-ds1553.c