Loading drivers/soc/qcom/watchdog_v2.c +2 −2 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ struct msm_watchdog_data { /* * On the kernel command line specify * msm_watchdog_v2.enable=1 to enable the watchdog * watchdog_v2.enable=1 to enable the watchdog * By default watchdog is turned on */ static int enable = 1; Loading @@ -85,7 +85,7 @@ module_param(enable, int, 0); /* * On the kernel command line specify * msm_watchdog_v2.WDT_HZ=<clock val in HZ> to set Watchdog * watchdog_v2.WDT_HZ=<clock val in HZ> to set Watchdog * ticks. By default it is set to 32765. */ static long WDT_HZ = 32765; Loading Loading
drivers/soc/qcom/watchdog_v2.c +2 −2 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ struct msm_watchdog_data { /* * On the kernel command line specify * msm_watchdog_v2.enable=1 to enable the watchdog * watchdog_v2.enable=1 to enable the watchdog * By default watchdog is turned on */ static int enable = 1; Loading @@ -85,7 +85,7 @@ module_param(enable, int, 0); /* * On the kernel command line specify * msm_watchdog_v2.WDT_HZ=<clock val in HZ> to set Watchdog * watchdog_v2.WDT_HZ=<clock val in HZ> to set Watchdog * ticks. By default it is set to 32765. */ static long WDT_HZ = 32765; Loading