summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-01-23 21:55:12 +0000
committernjl <njl@FreeBSD.org>2003-01-23 21:55:12 +0000
commit6b1934225bdd59549144649731acde3c969cb9aa (patch)
treeed3886bf7589e56f2c124e3a7bdf3051f7d74735 /sys
parente3e18d2493ce266748b5ffa12007f8496ec99566 (diff)
downloadFreeBSD-src-6b1934225bdd59549144649731acde3c969cb9aa.zip
FreeBSD-src-6b1934225bdd59549144649731acde3c969cb9aa.tar.gz
Remove redundant printf from targbhasync() since all places that return an
error do their own, more useful printf.
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/scsi/scsi_targ_bh.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/cam/scsi/scsi_targ_bh.c b/sys/cam/scsi/scsi_targ_bh.c
index 068ca1f..d01595e 100644
--- a/sys/cam/scsi/scsi_targ_bh.c
+++ b/sys/cam/scsi/scsi_targ_bh.c
@@ -221,10 +221,6 @@ targbhasync(void *callback_arg, u_int32_t code,
AC_PATH_REGISTERED,
cpi);
xpt_free_path(new_path);
- if (status != CAM_REQ_CMP
- && status != CAM_REQ_INPROG)
- printf("targbhasync: Unable to allocate new periph "
- "due to status 0x%x\n", status);
break;
}
case AC_PATH_DEREGISTERED:
OpenPOWER on IntegriCloud