]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/scsi/csiostor/csio_attr.c
scsi: csiostor: Remove set but not used variable 'pln'
[linux.git] / drivers / scsi / csiostor / csio_attr.c
index 8a004036e3d72a666d3f49e22ee83539f165ba75..017423b09669c3bcb057890167c66349420e5eea 100644 (file)
@@ -497,7 +497,6 @@ csio_fcoe_alloc_vnp(struct csio_hw *hw, struct csio_lnode *ln)
 static int
 csio_fcoe_free_vnp(struct csio_hw *hw, struct csio_lnode *ln)
 {
-       struct csio_lnode *pln;
        struct csio_mb  *mbp;
        struct fw_fcoe_vnp_cmd *rsp;
        int ret = 0;
@@ -514,8 +513,6 @@ csio_fcoe_free_vnp(struct csio_hw *hw, struct csio_lnode *ln)
                goto out;
        }
 
-       pln = ln->pln;
-
        csio_fcoe_vnp_free_init_mb(ln, mbp, CSIO_MB_DEFAULT_TMO,
                                   ln->fcf_flowid, ln->vnp_flowid,
                                   NULL);