From: Christoph Hellwig Date: Thu, 30 Oct 2014 13:30:06 +0000 (+0100) Subject: scsi: remove abuses of scsi_populate_tag X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5066863337afdb0ad7323f424f7959d9f9f066da;p=pandora-kernel.git scsi: remove abuses of scsi_populate_tag Unless we want to build a SPI tag message we should just check SCMD_TAGGED instead of reverse engineering a tag type through the use of scsi_populate_tag_msg. Also rename the function to spi_populate_tag_msg, make it behave like the other spi message helpers, and move it to the spi transport class. Signed-off-by: Christoph Hellwig Reviewed-by: Mike Christie Reviewed-by: Hannes Reinecke --- Reading git-diff-tree failed