video: s3c-fb: use devm_clk_get()
authorJingoo Han <jg1.han@samsung.com>
Thu, 2 Aug 2012 06:59:05 +0000 (15:59 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Thu, 23 Aug 2012 13:11:24 +0000 (13:11 +0000)
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: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>

No differences found