]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up queue-5.10/can-gs_usb-increase-max-interface-to-u8_max.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Nov 2025 22:41:07 +0000 (07:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Nov 2025 22:41:07 +0000 (07:41 +0900)
queue-5.10/can-gs_usb-increase-max-interface-to-u8_max.patch

index 9cd194edd6dd0d40748d8cd316f77b6d5254bf77..d4bc5def7bce3ed4c1995fe5be807523197197c8 100644 (file)
@@ -57,7 +57,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        struct usb_device *udev;
        u8 active_channels;
 +      u8 channel_cnt;
-+      struct gs_can *canch[] __counted_by(channel_cnt);
++      struct gs_can *canch[];
  };
  
  /* 'allocate' a tx context.