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)
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>

No differences found