forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c
....@@ -115,21 +115,21 @@
115115 switch (min_t(u8, *hdr, 25)) {
116116 case 25:
117117 p->timing_10_24 = nvbios_rd08(bios, data + 0x18);
118
- /* fall through */
118
+ fallthrough;
119119 case 24:
120120 case 23:
121121 case 22:
122122 p->timing_10_21 = nvbios_rd08(bios, data + 0x15);
123
- /* fall through */
123
+ fallthrough;
124124 case 21:
125125 p->timing_10_20 = nvbios_rd08(bios, data + 0x14);
126
- /* fall through */
126
+ fallthrough;
127127 case 20:
128128 p->timing_10_CWL = nvbios_rd08(bios, data + 0x13);
129
- /* fall through */
129
+ fallthrough;
130130 case 19:
131131 p->timing_10_18 = nvbios_rd08(bios, data + 0x12);
132
- /* fall through */
132
+ fallthrough;
133133 case 18:
134134 case 17:
135135 p->timing_10_16 = nvbios_rd08(bios, data + 0x10);