forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c
....@@ -134,6 +134,7 @@
134134 device->chipset == 0xaa ||
135135 device->chipset == 0xac)
136136 return g84_pll_mapping;
137
+ fallthrough;
137138 default:
138139 return NULL;
139140 }