]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: rtc-sun4v: use devm_rtc_device_register()
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:19:51 +0000 (16:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:31 +0000 (18:28 -0700)
commitcc40d642f8f0cd036a105ac0237138fd1812a94f
treefdfe7debc0e36e441d6e1d42d124d8c8d6aa3e6b
parent45e39861057df7b75c4068f85d011ea25d7d8015
rtc: rtc-sun4v: 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-sun4v.c