Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25537
b: refs/heads/master
c: d93c2ef
h: refs/heads/master
i:
  25535: 44a0e26
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Apr 11, 2006
1 parent 44458fa commit a2be7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e60b6e2f747e94358fed9a23afd6abd738de4bf7
refs/heads/master: d93c2efc93f61c95808e303982f12fe6f5987270
2 changes: 1 addition & 1 deletion trunk/drivers/cdrom/aztcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ static int __init aztcd_init(void)
release_region(azt_port, 4);
}
}
if ((azt_port_auto[i] == 0) || (i == 16)) {
if ((i == 16) || (azt_port_auto[i] == 0)) {
printk(KERN_INFO "aztcd: no AZTECH CD-ROM drive found\n");
return -EIO;
}
Expand Down

0 comments on commit a2be7ba

Please sign in to comment.