]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc2: Remove unnecessary kfree
authorJohn Youn <johnyoun@synopsys.com>
Fri, 4 Nov 2016 00:55:45 +0000 (17:55 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 18 Nov 2016 11:54:10 +0000 (13:54 +0200)
commitcd4b1e34655d46950c065d9284b596cd8d7b28cd
tree116731a65f342318320c4288a8489acbf7845e76
parent015105b12183556771e111e93f5266851e7c5582
usb: dwc2: Remove unnecessary kfree

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>
drivers/usb/dwc2/hcd.c