commit | 2e4c332913b5d39fef686b3964098f0d8fd97ead | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Tue Aug 31 13:35:31 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Sep 02 17:23:20 2010 -0300 |
tree | 7b343bb79761a91c6d684c7436e5d31c287888fe | |
parent | 6f131ce1dfa9b283ddc212df42b015d152c670a5 [diff] |
[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>