kernel: bump 4.19 to 4.19.84
[openwrt/staging/rmilecki.git] / target / linux / brcm2708 / patches-4.19 / 950-0298-lan78xx-Debounce-link-events-to-minimize-poll-storm.patch
index 6759d3f15404344a3684b48c1ddccaeee1b59d1e..d4e61c2186e118328ce8896b86020453010a9fb3 100644 (file)
@@ -28,7 +28,7 @@ See: https://github.com/raspberrypi/linux/issues/2447
  static int lan78xx_read_reg(struct lan78xx_net *dev, u32 index, u32 *data)
  {
        u32 *buf = kmalloc(sizeof(u32), GFP_KERNEL);
-@@ -3816,7 +3821,12 @@ static int lan78xx_probe(struct usb_inte
+@@ -3819,7 +3824,12 @@ static int lan78xx_probe(struct usb_inte
        dev->pipe_intr = usb_rcvintpipe(dev->udev,
                                        dev->ep_intr->desc.bEndpointAddress &
                                        USB_ENDPOINT_NUMBER_MASK);