[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)
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>

No differences found