]> git.karo-electronics.de Git - karo-tx-linux.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)
commit776213493fe96de7fa4b53755ebc3dcd570a8ab9
tree2be6c7e936505c5d5774b390760964afcedf6485
parent4c4ceee0de69616f98240cbe3f5a4ed6d1973c63
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