|
@@ -3830,7 +3830,7 @@ static int __init aha152x_init(void)
|
|
iounmap(p);
|
|
iounmap(p);
|
|
}
|
|
}
|
|
if (!ok && setup_count == 0)
|
|
if (!ok && setup_count == 0)
|
|
- return 0;
|
|
|
|
|
|
+ return -ENODEV;
|
|
|
|
|
|
printk(KERN_INFO "aha152x: BIOS test: passed, ");
|
|
printk(KERN_INFO "aha152x: BIOS test: passed, ");
|
|
#else
|
|
#else
|
|
@@ -3909,7 +3909,7 @@ static int __init aha152x_init(void)
|
|
#endif
|
|
#endif
|
|
}
|
|
}
|
|
|
|
|
|
- return 1;
|
|
|
|
|
|
+ return 0;
|
|
}
|
|
}
|
|
|
|
|
|
static void __exit aha152x_exit(void)
|
|
static void __exit aha152x_exit(void)
|