]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit58a288a26a7a41b4f24265c301193a678ab3ec17
tree088d30b794c0e0d0015e2100dd88929eeea953b4
parent06548de9f4a3f0615bf8d8b8868a6a36b6573e7e
video: s3c-fb: use devm_request_irq()

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