From: Stephen Cameron Date: Thu, 23 Apr 2015 14:32:16 +0000 (-0500) Subject: hpsa: hpsa decode sense data for io and tmf X-Git-Tag: omap-for-v4.3/legacy-v2-signed~180^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9437ac43ed0536efb3ede6c034a0b6f36c19a693;p=pandora-kernel.git hpsa: hpsa decode sense data for io and tmf In hba mode, we could get sense data in descriptor format so we need to handle that. It's possible for CommandStatus to have value 0x0D "TMF Function Status", which we should handle. We will get this from a P1224 when aborting a non-existent tag, for example. The "ScsiStatus" field of the errinfo field will contain the TMF function status value. Reviewed-by: Scott Teel Reviewed-by: Kevin Barnett Reviewed-by: Tomas Henzl Signed-off-by: Don Brace Reviewed-by: Christoph Hellwig Signed-off-by: James Bottomley --- Reading git-diff-tree failed