git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7546dd9
)
net: fix warning about non-const string
author
Stephen Hemminger
<shemminger@vyatta.com>
Mon, 9 Mar 2009 13:51:55 +0000
(13:51 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 10 Mar 2009 12:22:43 +0000
(
05:22
-0700)
Since dev_set_name takes a printf style string, new gcc complains
if arg is not const.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found