commit | 6ae038512ced0f179abd4d2387786cc69d2fb801 | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Sat Feb 14 11:39:23 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 17 17:37:58 2009 -0800 |
tree | eb14a97d47ef6c137ea9b82332adb659d808f31a | |
parent | 1aef47c411f4b4b6bb9c8ebcdb703d3a20de1551 [diff] |
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>