summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTorsten Fleischer <to-fleischer@t-online.de>2014-10-26 19:33:13 +0800
committerLuis Henriques <luis.henriques@canonical.com>2014-11-13 11:48:46 +0000
commit155156082044e190919947e6ac7d7ec735a9dcbd (patch)
tree2fa6ea9eee493fbaf4a3c37c7c5deba4459e8a09 /include
parent6af5729d0c3c6620cf45900e3d92c0ae495ef018 (diff)
usb: chipidea: Fix oops when removing the ci_hdrc module
commit 9680b60ed79edaf52f84b65cbb20859bbb26cb68 upstream. 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. 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> Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions