]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: nuc900fb: fix to pass correct device identity to request_irq()
authorWei Yongjun <weiyj.lk@gmail.com>
Tue, 16 Jul 2013 00:07:14 +0000 (08:07 +0800)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 26 Jul 2013 07:55:39 +0000 (10:55 +0300)
commit8a896baafc951dd97d40a07a1cd1789c1c02c4bf
tree12fc5eb0da6d2c0245590c27dd52f6aef3be75b7
parentf64279c8a3597137f6e39a8f3ade9db9d66684e8
video: nuc900fb: fix to pass correct device identity to request_irq()

The IRQ handler nuc900fb_irqhandler() use dev_id as a type of
struct nuc900fb_info *, so we should pass fbi as the device
identity to request_irq().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Wan Zongshun <mcuos.com@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/nuc900fb.c