From: Hannes Eder Date: Wed, 25 Feb 2009 10:31:59 +0000 (+0000) Subject: appletalk: fix warning: format not a string literal and no ... X-Git-Tag: v2.6.30-rc1~662^2~514 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2db096086e8ff6c2a42881966e441157c686603b;p=pandora-kernel.git appletalk: fix warning: format not a string literal and no ... Impact: Use 'static const char[]' instead of 'static char[]', and since the data is const now it can be placed in __initconst. Fix this warning: net/appletalk/ddp.c: In function 'atalk_init': net/appletalk/ddp.c:1894: 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