rk30xx: remove safety log in check_volt_correct function
authorchenxing <chenxing@rock-chips.com>
Wed, 14 Nov 2012 02:31:22 +0000 (10:31 +0800)
committerchenxing <chenxing@rock-chips.com>
Wed, 14 Nov 2012 02:31:22 +0000 (10:31 +0800)
arch/arm/mach-rk30/dvfs.c

index 4cacf70b8095ba36da6c7c190a9ca8983d81ec0d..faf977f574c07fd13897b016bdf248831a36ed79 100755 (executable)
@@ -756,7 +756,7 @@ int check_volt_correct(int volt_old, int *volt_new, int volt_dep_old, int *volt_
                } else if (*volt_dep_new > up_boundary) {\r
                        *volt_new = *volt_dep_new - dep_biger_than_clk;\r
                }\r
-               DVFS_LOG("%s target volt out of bondary volt=%d(old=%d), volt_dep=%d(dep_old=%d), up_bnd=%d(dn=%d)\n",\r
+               DVFS_DBG("%s target volt out of bondary volt=%d(old=%d), volt_dep=%d(dep_old=%d), up_bnd=%d(dn=%d)\n",\r
                                __func__, *volt_new, volt_old, *volt_dep_new, volt_dep_old, up_boundary, low_boundary);         \r
                return 0;\r
        }\r