aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/libfc')
-rw-r--r--drivers/scsi/libfc/fc_fcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c
index 4bfab4f0ccb3..db252e2722d0 100644
--- a/drivers/scsi/libfc/fc_fcp.c
+++ b/drivers/scsi/libfc/fc_fcp.c
@@ -2029,7 +2029,6 @@ int fc_eh_device_reset(struct scsi_cmnd *sc_cmd)
2029 fsp = fc_fcp_pkt_alloc(lport, GFP_NOIO); 2029 fsp = fc_fcp_pkt_alloc(lport, GFP_NOIO);
2030 if (fsp == NULL) { 2030 if (fsp == NULL) {
2031 printk(KERN_WARNING "libfc: could not allocate scsi_pkt\n"); 2031 printk(KERN_WARNING "libfc: could not allocate scsi_pkt\n");
2032 sc_cmd->result = DID_NO_CONNECT << 16;
2033 goto out; 2032 goto out;
2034 } 2033 }
2035 2034