video: s3c-fb: use devm_request_irq()
authorJingoo Han <jg1.han@samsung.com>
Mon, 20 Feb 2012 10:40:19 +0000 (19:40 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Fri, 24 Feb 2012 00:50:07 +0000 (00:50 +0000)
The devm_ functions allocate memory that is released when a driver
detaches. This patch uses devm_request_irq of these functions.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>

No differences found