]> git.openfabrics.org - ~shefty/rdma-dev.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)
commit327e27681c27d3ed5ea470ec483904d1a318cb7f
tree088d30b794c0e0d0015e2100dd88929eeea953b4
parent640ba2444fa95261f23a2b86e69aabe723332bed
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