[SCSI] sd, sym53c8xx: Remove warnings after vsprintf %pV introducation.
authorDavid Miller <davem@davemloft.net>
Tue, 31 Aug 2010 20:35:31 +0000 (13:35 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 2 Sep 2010 20:23:20 +0000 (17:23 -0300)
commit2e4c332913b5d39fef686b3964098f0d8fd97ead
tree7b343bb79761a91c6d684c7436e5d31c287888fe
parent6f131ce1dfa9b283ddc212df42b015d152c670a5
[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 <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/sd.c
drivers/scsi/sym53c8xx_2/sym_hipd.c