From: Hannes Eder Date: Sat, 14 Feb 2009 11:39:23 +0000 (+0000) Subject: drivers/net/pcmcia: fix warning: format not a string literal and no ... X-Git-Tag: v2.6.30-rc1~662^2~641 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae038512ced0f179abd4d2387786cc69d2fb801;p=pandora-kernel.git drivers/net/pcmcia: fix warning: format not a string literal and no ... Impact: Use 'static const char[]' instead of 'static char[]' and while being at it prefix the message with KERN_INFO. Fix this warnings: drivers/net/pcmcia/axnet_cs.c:1716: warning: format not a string literal and no format arguments Signed-off-by: Hannes Eder Signed-off-by: David S. Miller --- Reading git-diff-tree failed