]> git.karo-electronics.de Git - linux-beck.git/commit
usb: chipidea: Fix oops when removing the ci_hdrc module
authorTorsten Fleischer <to-fleischer@t-online.de>
Sun, 26 Oct 2014 11:33:13 +0000 (19:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:01:05 +0000 (10:01 +0800)
commit9680b60ed79edaf52f84b65cbb20859bbb26cb68
tree9bc3753ae799c0f3e237e5794adb78b892496b87
parent8071e6f8b4d138257cba84bf39e398e344c35905
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>
drivers/usb/chipidea/core.c