From: James Smart Date: Thu, 21 May 2015 17:55:30 +0000 (-0400) Subject: lpfc: Change buffer pool empty message to miscellaneous category X-Git-Tag: v4.1.12-92~249^2~3^2~34 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cd793a32d0d79a5b5102c9ad0f803e2f0e454de0;p=users%2Fjedix%2Flinux-maple.git lpfc: Change buffer pool empty message to miscellaneous category Signed-off-by: Dick Kennedy Signed-off-by: James Smart Reviewed-by: Hannes Reinecke Signed-off-by: James Bottomley (cherry picked from commit f911462fc4aad8885de4844bf0e8e561e77df6a6) Orabug: 22029622 From dick.kennedy@avagotech.com lpfc-10.5.0.1-11.0.0.3-1.tar.gz Acked-by: Chuck Anderson --- diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c index c140f99772caa..116df9c57870c 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.c +++ b/drivers/scsi/lpfc/lpfc_scsi.c @@ -4537,7 +4537,7 @@ lpfc_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *cmnd) if (lpfc_cmd == NULL) { lpfc_rampdown_queue_depth(phba); - lpfc_printf_vlog(vport, KERN_INFO, LOG_FCP, + lpfc_printf_vlog(vport, KERN_INFO, LOG_MISC, "0707 driver's buffer pool is empty, " "IO busied\n"); goto out_host_busy;