Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4554afa authored by Sarangdhar Joshi's avatar Sarangdhar Joshi
Browse files

soc: qcom: watchdog_v2: correct comments for boot parameters



Watchdog driver is renamed recently which has changed signature for all
boot paramters within the driver. Modify the comments to reflect correct
boot parameters.

Change-Id: Id81d56d874132965b21d6dd758d7f9f07be1f276
Signed-off-by: default avatarSarangdhar Joshi <spjoshi@codeaurora.org>
parent 110facdf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
@@ -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;