From: Wei Yongjun Date: Tue, 16 Jul 2013 00:07:14 +0000 (+0800) Subject: video: nuc900fb: fix to pass correct device identity to request_irq() X-Git-Tag: v3.11-rc4~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a896baafc951dd97d40a07a1cd1789c1c02c4bf;p=pandora-kernel.git 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 Acked-by: Wan Zongshun Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed