Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96520
b: refs/heads/master
c: ad2fa42
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed May 11, 2008
1 parent d424175 commit 9953904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8611f975403dd20e6503aff8aded5dcb718f75b
refs/heads/master: ad2fa42d044b98469449880474a9662fb689f7f9
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/aha152x.c
Original file line number Diff line number Diff line change
Expand Up @@ -3830,7 +3830,7 @@ static int __init aha152x_init(void)
iounmap(p);
}
if (!ok && setup_count == 0)
return 0;
return -ENODEV;

printk(KERN_INFO "aha152x: BIOS test: passed, ");
#else
Expand Down Expand Up @@ -3909,7 +3909,7 @@ static int __init aha152x_init(void)
#endif
}

return 1;
return 0;
}

static void __exit aha152x_exit(void)
Expand Down

0 comments on commit 9953904

Please sign in to comment.