Skip to content

Commit

Permalink
watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODUL…
Browse files Browse the repository at this point in the history
…E_PM_RECEIVER

To facilitate upcoming cleanup in twl stack.
No functional changes.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Peter Ujfalusi authored and Wim Van Sebroeck committed Dec 19, 2012
1 parent e192634 commit 2bc3f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/twl4030_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "

static int twl4030_wdt_write(unsigned char val)
{
return twl_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER, val,
return twl_i2c_write_u8(TWL_MODULE_PM_RECEIVER, val,
TWL4030_WATCHDOG_CFG_REG_OFFS);
}

Expand Down

0 comments on commit 2bc3f62

Please sign in to comment.