From: Joern Engel Date: Tue, 2 Sep 2014 21:50:01 +0000 (-0400) Subject: target: fix unused shift in core_scsi3_pri_report_capabilities X-Git-Tag: fixes-against-v3.18-rc2~19^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c435285df112da1125e61d826b03014a4e769386;p=pandora-kernel.git target: fix unused shift in core_scsi3_pri_report_capabilities Clearly a right-shift was meant. Effectively doesn't make a difference, as add_len is hard-coded to 8 and the high byte will be zero no matter which way you shift. But I hate leaving bad examples for others to copy. Found by coverity. Signed-off-by: Joern Engel Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed