watchdog: ep93xx_wdt.c fix default timout value in MODULE_PARM_DESC string.
authorWim Van Sebroeck <wim@iguana.be>
Mon, 3 May 2010 08:58:56 +0000 (08:58 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 3 May 2010 08:58:56 +0000 (08:58 +0000)
commitd557f651b3617b46ed18d5bac48a851df1dbf684
treeafae1b950054f0273fd98b2a8b7ecf1225468167
parentbe1066bbcd443a65df312fdecea7e4959adedb45
watchdog: ep93xx_wdt.c fix default timout value in MODULE_PARM_DESC string.

The WATCHDOG_TIMEOUT macro does not exist. The default timeout value is WDT_TIMEOUT.
Fix the MODULE_PARM_DESC so that the code can compile again.

reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/ep93xx_wdt.c