]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite3b8ee3e80896fb42f51176a1a181276394be6fe
tree2be6c7e936505c5d5774b390760964afcedf6485
parentc786ae83d2be72b93f353684888153ff6ebe29f2
video: s3c-fb: use devm_clk_get()

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>
drivers/video/s3c-fb.c