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