mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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>
This commit is contained in:
parent
1237a2ef31
commit
f31e683505
@ -320,7 +320,7 @@ static struct mxser_mon_ext mon_data_ext;
|
||||
static int mxser_set_baud_method[MXSER_PORTS + 1];
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
static int __devinit CheckIsMoxaMust(int io)
|
||||
static int __devinit CheckIsMoxaMust(unsigned long io)
|
||||
{
|
||||
u8 oldmcr, hwid;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user