diff options
Diffstat (limited to 'target/linux/generic/backport-4.9/050-usb-dwc2-Remove-unnecessary-kfree.patch')
-rw-r--r-- | target/linux/generic/backport-4.9/050-usb-dwc2-Remove-unnecessary-kfree.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/backport-4.9/050-usb-dwc2-Remove-unnecessary-kfree.patch b/target/linux/generic/backport-4.9/050-usb-dwc2-Remove-unnecessary-kfree.patch index 69aaa9f84d..346eba9221 100644 --- a/target/linux/generic/backport-4.9/050-usb-dwc2-Remove-unnecessary-kfree.patch +++ b/target/linux/generic/backport-4.9/050-usb-dwc2-Remove-unnecessary-kfree.patch @@ -14,7 +14,7 @@ Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> --- a/drivers/usb/dwc2/hcd.c +++ b/drivers/usb/dwc2/hcd.c -@@ -5200,7 +5200,6 @@ error3: +@@ -5202,7 +5202,6 @@ error3: error2: usb_put_hcd(hcd); error1: |