Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7667
b: refs/heads/master
c: fc789a9
h: refs/heads/master
i:
  7665: 6f9be31
  7663: 93aa1d5
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Aug 5, 2005
1 parent 2049564 commit a708a34
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 79778a27be4c704552a18cf2a3e8b9e30623acd1
refs/heads/master: fc789a93994858b5e5a46afb96d0dcf6cc1b6f08
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/aic7xxx/aic79xx_osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1617,9 +1617,9 @@ ahd_send_async(struct ahd_softc *ahd, char channel,
* are identical to those last reported.
*/
starget = ahd->platform_data->starget[target];
targ = scsi_transport_target_data(starget);
if (targ == NULL)
if (starget == NULL)
break;
targ = scsi_transport_target_data(starget);

target_ppr_options =
(spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/aic7xxx/aic7xxx_osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,9 +1618,9 @@ ahc_send_async(struct ahc_softc *ahc, char channel,
if (channel == 'B')
target_offset += 8;
starget = ahc->platform_data->starget[target_offset];
targ = scsi_transport_target_data(starget);
if (targ == NULL)
if (starget == NULL)
break;
targ = scsi_transport_target_data(starget);

target_ppr_options =
(spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
Expand Down

0 comments on commit a708a34

Please sign in to comment.