]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_hdrc_imx_...
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 14 Aug 2013 09:43:59 +0000 (12:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2013 19:34:16 +0000 (12:34 -0700)
commit769d92c411c3479835d2428edfd167c41d80c5f0
tree8e5c16848f110eb34b4304bb554a8d057fa7d6ee
parenta0cfdc6bc73bc47b63b05b850cf66cf67f2487bf
usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_hdrc_imx_remove()

This prevents the USB PHY refcount to be decremented below zero upon
unloading the ci-hdrc-imx module.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Acked-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/ci_hdrc_imx.c