commit | 4b42bdfa8bd2797605136bf83569c46a4f98c2c2 | [log] [tgz] |
---|---|---|
author | John Youn <johnyoun@synopsys.com> | Thu Nov 03 17:55:45 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 20 10:18:34 2019 +0100 |
tree | d2fc7aac7a46ab0c7b95b37f6dd64f221a84dff5 | |
parent | 6db331eb294b7d782782acf5646faa75658cab25 [diff] |
usb: dwc2: Remove unnecessary kfree commit cd4b1e34655d46950c065d9284b596cd8d7b28cd upstream. This shouldn't be freed by the HCD as it is owned by the core and allocated with devm_kzalloc. Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>