ni52: kill the second argument of check586(), get rid of bogus pointer
authorAl Viro <viro@ftp.linux.org.uk>
Wed, 19 Mar 2008 09:43:49 +0000 (09:43 +0000)
committerJeff Garzik <jeff@garzik.org>
Wed, 26 Mar 2008 04:18:00 +0000 (00:18 -0400)
commitde5971462fe27885290d8c95d9446a8b6d012448
treeea82ddb101d79d7d9cc8881d4adc6582143ee0f9
parent725aa4a9abc5d391ce36387e01c5b3c90a9f5516
ni52: kill the second argument of check586(), get rid of bogus pointer

Passing ISA bus address explicitly cast to char * only to cast it back to
unsigned long is dumb; so's passing it at all when it's always dev->mem_start...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ni52.c