USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq()
authorShinya Kuribayashi <shinya.kuribayashi.px@renesas.com>
Thu, 10 May 2012 01:31:51 +0000 (10:31 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2012 16:01:50 +0000 (09:01 -0700)
commit0d13eebcab76ff8f2b5e479747f66ffbf6c78b57
treedef844fefe54da426764a10754701f246315920a
parent1b0159bab9f1948856915a6cb1f509fe5d8679df
USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq()

'dev_id' has to be the same with the one passed to request_irq().

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi.px@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/otg/gpio_vbus.c