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