forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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 }