]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] watchdog: add missing 0x in alim1535_wdt.c
authorRolf Eike Beer <eike-kernel@sf-tec.de>
Wed, 27 Jul 2005 18:43:42 +0000 (11:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:25:51 +0000 (16:25 -0700)
commite84e726dc0500a7ccc55e0b0944d8fcebe210a11
tree2c1dc0a41127956dc5661a1fecb46ab25f136550
parentfb20b42623f11eb8168a2fcce7135e134949c45b
[PATCH] watchdog: add missing 0x in alim1535_wdt.c

Usually the device IDs are given in hex.  This one is a bit strange: it is
without 0x in the first place and used with it some lines later.  I suspect
the first one to be the wrong.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/watchdog/alim1535_wdt.c