Skip to content

Commit

Permalink
hilkbd: Kill compiler warning and fix comment dyslexia
Browse files Browse the repository at this point in the history
hilkbd: Kill compiler warning and fix comment dyslexia

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 5, 2007
1 parent 6ff5801 commit f8744bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/hilkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ MODULE_LICENSE("GPL v2");

#elif defined(CONFIG_HP300)

#define HILBASE 0xf0428000 /* HP300 (m86k) port address */
#define HILBASE 0xf0428000UL /* HP300 (m68k) port address */
#define HIL_DATA 0x1
#define HIL_CMD 0x3
#define HIL_IRQ 2
Expand Down

0 comments on commit f8744bc

Please sign in to comment.