Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1343
b: refs/heads/master
c: d981289
h: refs/heads/master
i:
  1341: 1ce02fa
  1339: b6c2785
  1335: 648c034
  1327: 0e38568
  1311: d22642a
  1279: 584c48e
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 25, 2005
1 parent 8d5d682 commit 3949530
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 558ac33e094f3a47c74a3a66b19cd3616f183184
refs/heads/master: d981289627a7e2d8ef62dfcaa11fb60da68f30c6
7 changes: 5 additions & 2 deletions trunk/drivers/scsi/aic7xxx/aic7xxx_osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,11 @@ ahc_linux_slave_alloc(struct scsi_device *device)
ahc_lock(ahc, &flags);
targ = ahc->platform_data->targets[target_offset];
if (targ == NULL) {
targ = ahc_linux_alloc_target(ahc, starget->channel, starget->id);
struct seeprom_config *sc = ahc->seep_config;
struct seeprom_config *sc;

targ = ahc_linux_alloc_target(ahc, starget->channel,
starget->id);
sc = ahc->seep_config;
if (targ == NULL)
goto out;

Expand Down

0 comments on commit 3949530

Please sign in to comment.