ARM: 7717/1: mmc: mmci: Use devm_clk_get API
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 May 2013 14:39:17 +0000 (15:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 May 2013 23:07:00 +0000 (00:07 +0100)
Converting to devm_clk_get simplifies error handling in probe
and we can remove other corresponding calls to clk_put.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found