]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-vr41xx.c: use devm_*() functions
authorJingoo Han <jg1.han@samsung.com>
Thu, 23 Jan 2014 23:55:07 +0000 (15:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:59 +0000 (16:36 -0800)
commit1050d8868c301e13e2656c37a8170f8a32cc3f76
treef7e96f06de630d1d6d5ed8df47900fcbd61b03a4
parent710b12faf223fb48782bcff2cd1d497f32e9f15b
drivers/rtc/rtc-vr41xx.c: use devm_*() functions

Use devm_*() functions to make cleanup paths simpler, and remove
unnecessary remove().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-vr41xx.c