diff options
Diffstat (limited to 'drivers/watchdog/imx2_wdt.c')
-rw-r--r-- | drivers/watchdog/imx2_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/imx2_wdt.c b/drivers/watchdog/imx2_wdt.c index 7a2b734fcdc7..bcfab2b00ad2 100644 --- a/drivers/watchdog/imx2_wdt.c +++ b/drivers/watchdog/imx2_wdt.c | |||
@@ -121,7 +121,7 @@ static void imx2_wdt_start(void) | |||
121 | { | 121 | { |
122 | if (!test_and_set_bit(IMX2_WDT_STATUS_STARTED, &imx2_wdt.status)) { | 122 | if (!test_and_set_bit(IMX2_WDT_STATUS_STARTED, &imx2_wdt.status)) { |
123 | /* at our first start we enable clock and do initialisations */ | 123 | /* at our first start we enable clock and do initialisations */ |
124 | clk_enable(imx2_wdt.clk); | 124 | clk_prepare_enable(imx2_wdt.clk); |
125 | 125 | ||
126 | imx2_wdt_setup(); | 126 | imx2_wdt_setup(); |
127 | } else /* delete the timer that pings the watchdog after close */ | 127 | } else /* delete the timer that pings the watchdog after close */ |