From 6b1934225bdd59549144649731acde3c969cb9aa Mon Sep 17 00:00:00 2001 From: njl Date: Thu, 23 Jan 2003 21:55:12 +0000 Subject: Remove redundant printf from targbhasync() since all places that return an error do their own, more useful printf. --- sys/cam/scsi/scsi_targ_bh.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys') 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: -- cgit v1.1