]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net 52xx: fix ethernet device names with spaces
authorWolfgang Denk <wd@denx.de>
Thu, 5 Aug 2010 19:31:54 +0000 (21:31 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 5 Aug 2010 19:31:54 +0000 (21:31 +0200)
commit82369c09d93a5ae873f1fc8a1bf1dece014a1b84
treead132c4e8c7192aa67f05e62e61e766d62033224
parentcdb749778aa3a8f8d2a41dd4ad811ef822aecfe6
net 52xx: fix ethernet device names with spaces

Some commands (like 'mii') use this name to select devices, but they
break when those names contain spaces. So drop the space from
Ethernet driver names (cf. commit 1384f3bb).

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Ben Warren <biggerbadderben@gmail.com>
drivers/net/mpc5xxx_fec.c