aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/098-usb-dwc2-Remove-unnecessary-kfree.patch
Commit message (Collapse)AuthorAgeFilesLines
* generic: backport dwc2 kernel panic fixMathias Kresin2017-01-021-0/+24
In case the soft reset in dwc2_core_reset() timeouts, the hsotg->core_params are freed albeit it is owned by the core. This results into a kernel panic as shown in FS#351. Signed-off-by: Mathias Kresin <dev@kresin.me>