forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 }