From: David Miller Date: Tue, 31 Aug 2010 20:35:31 +0000 (-0700) Subject: [SCSI] sd, sym53c8xx: Remove warnings after vsprintf %pV introducation. X-Git-Tag: v2.6.36-rc4~5^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e4c332913b5d39fef686b3964098f0d8fd97ead;p=pandora-kernel.git [SCSI] sd, sym53c8xx: Remove warnings after vsprintf %pV introducation. GCC warns about empty printf format strings, and after the addition of %pV these existing such cases in the scsi driver layer were exposed enough for the compiler to start seeing them. Based almost entirely upon a patch by Joe Perches. [jejb: fix up sym53c8xx msg] Signed-off-by: David S. Miller Signed-off-by: James Bottomley --- Reading git-diff-tree failed