]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: rtc-starfire: use devm_rtc_device_register()
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:19:50 +0000 (16:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:31 +0000 (18:28 -0700)
commitf362cca201a89d5df9b94bd14abd84a46483489f
tree0d0d073b1040a90ad4ffff2e9b7750d95bdce2f8
parent1fc6a650e7d5be7ba1b1a9b85cfd84212a6c8c30
rtc: rtc-starfire: 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-starfire.c