Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343
b: refs/heads/master
c: 6d9c5d9
h: refs/heads/master
i:
  341: 45f2c48
  339: 0f51222
  335: 115ea91
v: v3
  • Loading branch information
Linus Torvalds committed Apr 21, 2005
1 parent d65cbe5 commit 12ba687
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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: 489ec5f5d59b306e4ccc505eac417526adedb438
refs/heads/master: 6d9c5d94d39a09d9b112613f0bfdb9af0e6dc253
2 changes: 1 addition & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 12
EXTRAVERSION =-rc2
EXTRAVERSION =-rc3
NAME=Woozy Numbat

# *DOCUMENTATION*
Expand Down
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 12ba687

Please sign in to comment.