diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2001-05-27 03:22:51 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2001-05-27 03:22:51 +0000 |
| commit | cb429a255a5c653d641d24dafc5ce83ecef6b1c1 (patch) | |
| tree | abf9a0b6887c5ad6507ff503744163613ede3d5f /sys/cam | |
| parent | 83d94cdf696669820eb76170a01e4d35ece98ab9 (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_all.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index 53e3868e383b..b00658aaf72a 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -2009,10 +2009,8 @@ scsi_sense_sbuf(struct cam_device *device, struct ccb_scsiio *csio, } } - if (asc || ascq) { - sbuf_printf(sb, " asc:%x,%x\n%s%s", asc, ascq, - path_str, asc_desc); - } + sbuf_printf(sb, " asc:%x,%x\n%s%s", asc, ascq, + path_str, asc_desc); if (sense->extra_len >= 7 && sense->fru) { sbuf_printf(sb, " field replaceable unit: %x", |
