forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
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 }