Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4979
b: refs/heads/master
c: c0df28c
h: refs/heads/master
i:
  4977: 9b5a9cb
  4975: 0954675
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Jun 26, 2005
1 parent 63497af commit 5c3e298
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 937abeaadf1b00252690f9de35b9df13feb0afd7
refs/heads/master: c0df28cfe012652160a530f9aa74b0a49c77eac5
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/aic7xxx/aic7xxx_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ ahc_dump_target_state(struct ahc_softc *ahc, struct info_str *info,
copy_info(info, "\tUser: ");
ahc_format_transinfo(info, &tinfo->user);
starget = ahc->platform_data->starget[target_offset];
targ = scsi_transport_target_data(starget);
if (targ == NULL)
if (!starget)
return;
targ = scsi_transport_target_data(starget);

copy_info(info, "\tGoal: ");
ahc_format_transinfo(info, &tinfo->goal);
Expand Down

0 comments on commit 5c3e298

Please sign in to comment.