]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: sh7760fb: fix to pass correct device identity to free_irq()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 12 Jul 2013 13:20:03 +0000 (21:20 +0800)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 29 Jul 2013 08:25:03 +0000 (11:25 +0300)
commit7808e3291e1e101e9ad6e8263119c4a2abae05ef
tree6fc7ab0eca7183144396405d564b0f068623b965
parent8b00e1831cea899cd4dfe04e574c26e376c27368
video: sh7760fb: fix to pass correct device identity to free_irq()

free_irq() expects the same device identity that was passed to
corresponding request_irq(), otherwise the IRQ is not freed.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/sh7760fb.c