gpu: pvr: fix missing return value warning when CONFIG_BUG=n
[sgx.git] / pvr / sysconfig.c
index 94f18f6..2a31b70 100644 (file)
@@ -160,6 +160,8 @@ unsigned long sgx_get_max_freq(void)
                }
        }
        BUG();
+
+       return 0;
 }
 
 #else