linux/drivers/usb/chipidea
Torsten Fleischer 9680b60ed7 usb: chipidea: Fix oops when removing the ci_hdrc module
The call of 'kfree(ci->hw_bank.regmap)' in ci_hdrc_remove() sometimes causes
a kernel oops when removing the ci_hdrc module.

Since there is no separate memory allocated for the ci->hw_bank.regmap array,
there is no need to free it.

Cc: v3.14+ <stable@@vger.kernel.org>
Signed-off-by: Torsten Fleischer <to-fleischer@t-online.de>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-27 10:01:05 +08:00
..
bits.h
ci_hdrc_imx.c chipidea: usbmisc_imx: Add USB support for VF610 SoCs 2014-09-23 21:32:30 -07:00
ci_hdrc_imx.h chipidea: usbmisc_imx: Add USB support for VF610 SoCs 2014-09-23 21:32:30 -07:00
ci_hdrc_msm.c usb: chipidea: msm: Initialize PHY on reset event 2014-09-10 17:30:39 -07:00
ci_hdrc_pci.c
ci_hdrc_zevio.c
ci.h usb: chipidea: enhance kernel-doc format 2014-09-23 21:32:31 -07:00
core.c usb: chipidea: Fix oops when removing the ci_hdrc module 2014-10-27 10:01:05 +08:00
debug.c usb: chipidea: debug: fix sparse non static symbol warnings 2014-07-22 16:31:37 -07:00
debug.h
host.c usb: rename phy to usb_phy in HCD 2014-09-29 11:52:59 -04:00
host.h
Kconfig
Makefile
otg_fsm.c
otg_fsm.h
otg.c
otg.h
udc.c usb: gadget: Refactor request completion 2014-09-25 16:58:50 +02:00
udc.h
usbmisc_imx.c chipidea: usbmisc_imx: Add USB support for VF610 SoCs 2014-09-23 21:32:30 -07:00