kernel: bump 5.15 to 5.15.113
[openwrt/staging/hauke.git] / target / linux / bcm27xx / patches-5.15 / 950-0601-xhci-correct-room_on_ring-for-cases-where-there-is-a.patch
index 26e4f7ae78e3c38f7641f8eb4f694929c2a63109..49db546b3dc250e5ef20a69fbe4359491b1c1dc9 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
 
 --- a/drivers/usb/host/xhci-ring.c
 +++ b/drivers/usb/host/xhci-ring.c
-@@ -289,6 +289,12 @@ static inline int room_on_ring(struct xh
+@@ -309,6 +309,12 @@ static inline int room_on_ring(struct xh
                return 0;
  
        if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) {