Re: [PATCH 03/17] sg: Remove an unused variable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 15-01-23 01:07 PM, Bart Van Assche wrote:
Signed-off-by: Bart Van Assche <bart.vanassche@xxxxxxxxxxx>

Acked-by: Douglas Gilbert <dgilbert@xxxxxxxxxxxx>

---
  drivers/scsi/sg.c | 17 +----------------
  1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c
index b14f64c..a668c88 100644
--- a/drivers/scsi/sg.c
+++ b/drivers/scsi/sg.c
@@ -763,7 +763,7 @@ static int
  sg_common_write(Sg_fd * sfp, Sg_request * srp,
  		unsigned char *cmnd, int timeout, int blocking)
  {
-	int k, data_dir, at_head;
+	int k, at_head;
  	Sg_device *sdp = sfp->parentdp;
  	sg_io_hdr_t *hp = &srp->header;

@@ -793,21 +793,6 @@ sg_common_write(Sg_fd * sfp, Sg_request * srp,
  		return -ENODEV;
  	}

-	switch (hp->dxfer_direction) {
-	case SG_DXFER_TO_FROM_DEV:
-	case SG_DXFER_FROM_DEV:
-		data_dir = DMA_FROM_DEVICE;
-		break;
-	case SG_DXFER_TO_DEV:
-		data_dir = DMA_TO_DEVICE;
-		break;
-	case SG_DXFER_UNKNOWN:
-		data_dir = DMA_BIDIRECTIONAL;
-		break;
-	default:
-		data_dir = DMA_NONE;
-		break;
-	}
  	hp->duration = jiffies_to_msecs(jiffies);
  	if (hp->interface_id != '\0' &&	/* v3 (or later) interface */
  	    (SG_FLAG_Q_AT_TAIL & hp->flags))


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux