diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-02-07 03:16:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:33 -0500 |
commit | f31e6835054f577d4d3193aed1f464b149483377 (patch) | |
tree | a3937d643ee75619c54660098daa90ec8153b76d /drivers/char | |
parent | 1237a2ef31cf60e01bbecbe198d8c002bbb710db (diff) |
Char: mxser_new, ioaddresses are ulong
To not pass ulong address as int parameter, switch it to ulong.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/mxser_new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/mxser_new.c b/drivers/char/mxser_new.c index bf1bee4e1f5e..a4358acb1b2b 100644 --- a/drivers/char/mxser_new.c +++ b/drivers/char/mxser_new.c | |||
@@ -320,7 +320,7 @@ static struct mxser_mon_ext mon_data_ext; | |||
320 | static int mxser_set_baud_method[MXSER_PORTS + 1]; | 320 | static int mxser_set_baud_method[MXSER_PORTS + 1]; |
321 | 321 | ||
322 | #ifdef CONFIG_PCI | 322 | #ifdef CONFIG_PCI |
323 | static int __devinit CheckIsMoxaMust(int io) | 323 | static int __devinit CheckIsMoxaMust(unsigned long io) |
324 | { | 324 | { |
325 | u8 oldmcr, hwid; | 325 | u8 oldmcr, hwid; |
326 | int i; | 326 | int i; |