commit | 8a896baafc951dd97d40a07a1cd1789c1c02c4bf | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyj.lk@gmail.com> | Tue Jul 16 08:07:14 2013 +0800 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jul 26 10:55:39 2013 +0300 |
tree | 12fc5eb0da6d2c0245590c27dd52f6aef3be75b7 | |
parent | f64279c8a3597137f6e39a8f3ade9db9d66684e8 [diff] |
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>