From: Seungwon Jeon Date: Sat, 31 Aug 2013 16:10:19 +0000 (+0530) Subject: [SCSI] ufs: find out sense data over scsi status values X-Git-Tag: v3.12-rc1~7^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2623c50dfd38c823a62c57af2ca9551a861b21;p=pandora-kernel.git [SCSI] ufs: find out sense data over scsi status values Unlike 'GOOD' and 'CHECK CONDITION', other status values in Response UPIU may or may not contain sense data. That is returning sense data isn't obvious. So, in this case the Data Segment Length field should be checked. If a non-zero value, it means that UPIU has Sense Data in the Data Segment area. Signed-off-by: Seungwon Jeon Reviewed-by: Subhash Jadavani Tested-by: Yaniv Gardi Signed-off-by: Santosh Y Signed-off-by: James Bottomley --- Reading git-diff-tree failed