USB: ohci-exynos: use devm_clk_get()
authorJingoo Han <jg1.han@samsung.com>
Thu, 4 Oct 2012 07:11:50 +0000 (16:11 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 21:39:52 +0000 (14:39 -0700)
The devm_ functions allocate memory that is released when a driver
detaches. This patch uses devm_clk_get() for these functions.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found