mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
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 <hannes@hanneseder.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1aef47c411
commit
6ae038512c
@ -861,7 +861,7 @@ module_exit(exit_axnet_cs);
|
||||
|
||||
*/
|
||||
|
||||
static const char *version_8390 =
|
||||
static const char version_8390[] = KERN_INFO \
|
||||
"8390.c:v1.10cvs 9/23/94 Donald Becker (becker@scyld.com)\n";
|
||||
|
||||
#include <linux/bitops.h>
|
||||
|
Loading…
Reference in New Issue
Block a user