From: Wei Yongjun Date: Thu, 4 Jul 2013 13:45:02 +0000 (+0800) Subject: usb: gadget: mv_u3d_core: fix to pass correct device identity to free_irq() X-Git-Tag: v3.11-rc3~9^2~20^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5257a6332e9d02ed7a94381f553b9c05437baa5d;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed