From: Vaishali Thakkar Date: Sat, 22 Aug 2015 03:34:50 +0000 (+0530) Subject: ata: pata_arasam_cf: Use devm_clk_get X-Git-Tag: omap-for-v4.3/fixes-rc1~120^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e9b704d9553ee9d54baddcc6d9b63a4574f272;p=pandora-kernel.git ata: pata_arasam_cf: Use devm_clk_get This patch introduces the use of managed resource function devm_clk_get instead of clk_get and removes corresponding call to clk_put in the remove function. To be compatible with the change various gotos are replaced with direct returns, and unneeded label is dropped. Signed-off-by: Vaishali Thakkar Signed-off-by: Tejun Heo --- Reading git-diff-tree failed