[PATCH 11/11] ufs: remove spurious scsi_set_tag_type call

2014-11-03 Thread Christoph Hellwig
ufs never looks at the tag type, so there is no need to set it either. Signed-off-by: Christoph Hellwig --- drivers/scsi/ufs/ufshcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c index 67e2280..362b818 100644 --- a/drivers/scsi/ufs/ufsh

[PATCH 11/11] ufs: remove spurious scsi_set_tag_type call

2014-11-10 Thread Christoph Hellwig
ufs never looks at the tag type, so there is no need to set it either. Signed-off-by: Christoph Hellwig --- drivers/scsi/ufs/ufshcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c index 67e2280..362b818 100644 --- a/drivers/scsi/ufs/ufsh

Re: [PATCH 11/11] ufs: remove spurious scsi_set_tag_type call

2014-11-11 Thread Hannes Reinecke
On 11/10/2014 04:56 PM, Christoph Hellwig wrote: > ufs never looks at the tag type, so there is no need to set it either. > > Signed-off-by: Christoph Hellwig > --- > drivers/scsi/ufs/ufshcd.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/u