From: Rasmus Villemoes Date: Tue, 2 Dec 2014 23:10:49 +0000 (+0100) Subject: scsi: remove SPRINTF macro X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~127^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c3de38ff3eec506ef08ede32110d1f266366ccd;p=pandora-kernel.git scsi: remove SPRINTF macro The macro SPRINTF doesn't save a lot of typing or make the code more readable, and depending on a specific identifier (m) in the surrounding scope is generally frowned upon. Nuke it. Signed-off-by: Rasmus Villemoes Reviewed-by: Finn Thain Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed