Tag: 5632c827cbd3617613530ba0e99344192d0a31ca

drivers/usb/dwc3/dwc3-pci.c: introduce missing kfree

Author: Julia Lawall <julia@diku.dk> Glue needs to be freed on exiting the function in an error case. Furthermore, pci, which is the first argument to the probe function should not be freed before leaveing the function, as it is reused at the call site. So the free of pci is changed to free glue instead. …

Continue reading