forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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 }