Shubhrajyoti D 12c583d8dc watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disable
Currently the watchdog driver calls the pm_runtime_enable and never
the disable. This may cause a warning when pm_runtime_enable
checks for the count match.

Also fixes the error

/build/watchdog # insmod omap_wdt.ko
[   44.999389] omap_wdt omap_wdt: Unbalanced pm_runtime_enable!
[   45.011047] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
/build/watchdog #

Attempting to fix the same by calling pm_runtime_disable.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
2012-01-27 09:53:53 +01:00
..
2011-03-31 11:26:23 -03:00
2011-06-28 07:43:00 +00:00
2012-01-06 15:33:41 +01:00
2011-03-15 16:02:27 +00:00
2012-01-06 15:33:41 +01:00
2011-11-05 21:16:15 +01:00
2011-07-26 16:49:47 -07:00
2011-03-15 16:02:27 +00:00
2011-09-27 18:08:04 +02:00
2012-01-02 13:04:55 +01:00
2011-03-15 16:02:27 +00:00
2011-11-05 21:16:15 +01:00
2011-11-05 21:16:15 +01:00
2011-03-15 16:02:18 +00:00