]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: mv_u3d_core: fix to pass correct device identity to free_irq()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 4 Jul 2013 13:45:02 +0000 (21:45 +0800)
committerFelipe Balbi <balbi@ti.com>
Mon, 15 Jul 2013 10:01:06 +0000 (13:01 +0300)
commitb5da6bde5b8af6761aafcbac823448bb0b7e7ac1
treedccb1aa3e026c7c244d494712f366645f6779579
parent066c3fc3699e234e6b2187f90472a6c2b4b7a69a
usb: gadget: mv_u3d_core: 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: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/mv_u3d_core.c