forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/drivers/net/wimax/i2400m/usb-fw.c
....@@ -135,7 +135,7 @@
135135 msleep(10); /* give the device some time */
136136 goto retry;
137137 }
138
- /* fall through */
138
+ fallthrough;
139139 case -EINVAL: /* while removing driver */
140140 case -ENODEV: /* dev disconnect ... */
141141 case -ENOENT: /* just ignore it */