Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341
b: refs/heads/master
c: 858eaca
h: refs/heads/master
i:
  339: 0f51222
v: v3
  • Loading branch information
James Bottomley authored and Linus Torvalds committed Apr 21, 2005
1 parent d8e65fc commit 45f2c48
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a2755a80f40e5794ddc20e00f781af9d6320fafb
refs/heads/master: 858eaca169ed5e7b1b14eebb889323e75a02af0e
5 changes: 2 additions & 3 deletions trunk/drivers/scsi/aic7xxx/aic7xxx_osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3605,9 +3605,8 @@ ahc_linux_init(void)
ahc_linux_transport_template = spi_attach_transport(&ahc_linux_transport_functions);
if (!ahc_linux_transport_template)
return -ENODEV;
int rc = ahc_linux_detect(&aic7xxx_driver_template);
if (rc)
return rc;
if (ahc_linux_detect(&aic7xxx_driver_template))
return 0;
spi_release_transport(ahc_linux_transport_template);
ahc_linux_exit();
return -ENODEV;
Expand Down

0 comments on commit 45f2c48

Please sign in to comment.