From: Tushar Behera Date: Tue, 18 Dec 2012 00:02:48 +0000 (-0800) Subject: drivers/rtc/rtc-s3c.c: convert to use devm_* API X-Git-Tag: v3.8-rc1~74^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b99732932e1e398ec84baf6024afa23f5388716;p=pandora-kernel.git drivers/rtc/rtc-s3c.c: convert to use devm_* API rtc-s3c driver is modified to use devm_request_and_ioremap() (combining request_mem_region and ioremap), devm_clk_get() and devm_request_irq() APIs. Since this removes the necessity of freeing the related resources the return path is also simplified. Signed-off-by: Tushar Behera Cc: Alessandro Zummo Cc: Grant Likely Cc: Rob Herring Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed