Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208401
b: refs/heads/master
c: c94babb
h: refs/heads/master
i:
  208399: 85a65ed
v: v3
  • Loading branch information
Ondrej Zary authored and Linus Torvalds committed Aug 11, 2010
1 parent 1d55f30 commit c9398bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: eb6edad3ec23265e6bf48035531a035e7eeba5f5
refs/heads/master: c94babbaf85c3162bd53a722ceeea32a0982d436
4 changes: 1 addition & 3 deletions trunk/drivers/scsi/g_NCR5380.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,8 @@ int __init generic_NCR5380_detect(struct scsi_host_template * tpnt)
while ((dev = pnp_find_dev(NULL, ISAPNP_VENDOR('D', 'T', 'C'), ISAPNP_FUNCTION(0x436e), dev))) {
if (count >= NO_OVERRIDES)
break;
if (pnp_device_attach(dev) < 0) {
printk(KERN_ERR "dtc436e probe: attach failed\n");
if (pnp_device_attach(dev) < 0)
continue;
}
if (pnp_activate_dev(dev) < 0) {
printk(KERN_ERR "dtc436e probe: activate failed\n");
pnp_device_detach(dev);
Expand Down

0 comments on commit c9398bc

Please sign in to comment.