kernel: bump 4.9 to 4.9.207
[openwrt/staging/noltari.git] / target / linux / generic / pending-4.9 / 821-usb-Remove-annoying-warning-about-bogus-URB.patch
index dc60557f4e25d1e3edfc93cec8542f808f11e645..5fac5e0e4f23928435ff0f83eec56e76e7a33682 100644 (file)
@@ -52,7 +52,7 @@ Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
 
 --- a/drivers/usb/core/urb.c
 +++ b/drivers/usb/core/urb.c
-@@ -321,9 +321,6 @@ EXPORT_SYMBOL_GPL(usb_unanchor_urb);
+@@ -322,9 +322,6 @@ EXPORT_SYMBOL_GPL(usb_unanchor_urb);
   */
  int usb_submit_urb(struct urb *urb, gfp_t mem_flags)
  {
@@ -62,7 +62,7 @@ Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
        int                             xfertype, max;
        struct usb_device               *dev;
        struct usb_host_endpoint        *ep;
-@@ -441,11 +438,6 @@ int usb_submit_urb(struct urb *urb, gfp_
+@@ -442,11 +439,6 @@ int usb_submit_urb(struct urb *urb, gfp_
         * cause problems in HCDs if they get it wrong.
         */