From: Hannes Eder Date: Sat, 14 Feb 2009 11:44:19 +0000 (+0000) Subject: drivers/net/tokenring: fix warning: format not a string literal and no ... X-Git-Tag: v2.6.30-rc1~662^2~638 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1770e430ca1361fb8143c328037d1a3f34391602;p=pandora-kernel.git drivers/net/tokenring: fix warning: format not a string literal and no ... Impact: Use 'static const char[]' instead of 'static char[]'. Fix this warnings: drivers/net/tokenring/smctr.c:3644: 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