diff options
| author | Torsten Fleischer <to-fleischer@t-online.de> | 2014-10-26 19:33:13 +0800 |
|---|---|---|
| committer | Luis Henriques <luis.henriques@canonical.com> | 2014-11-13 11:48:46 +0000 |
| commit | 155156082044e190919947e6ac7d7ec735a9dcbd (patch) | |
| tree | 2fa6ea9eee493fbaf4a3c37c7c5deba4459e8a09 /include | |
| parent | 6af5729d0c3c6620cf45900e3d92c0ae495ef018 (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
