kernel: bump 5.15 to 5.15.75
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.15 / 950-0605-xhci-refactor-out-TRBS_PER_SEGMENT-define-in-runtime.patch
index e6d2bcebb5f6810df785dfb6198cef3b9f3becab..2b7435368ae1891d193e2102c69126c85935cdc5 100644 (file)
@@ -145,7 +145,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
        if (ret)
                return -ENOMEM;
  
-@@ -1811,7 +1815,7 @@ int xhci_alloc_erst(struct xhci_hcd *xhc
+@@ -1816,7 +1820,7 @@ int xhci_alloc_erst(struct xhci_hcd *xhc
        for (val = 0; val < evt_ring->num_segs; val++) {
                entry = &erst->entries[val];
                entry->seg_addr = cpu_to_le64(seg->dma);