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