net: mv643xx_eth: do not use port number as platform device id
authorJonas Gorski <jogo@openwrt.org>
Sun, 7 Jul 2013 22:44:55 +0000 (00:44 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2013 19:51:47 +0000 (12:51 -0700)
The port number is only local to the ethernet block, not global, so
there can be two ethernet blocks both using the same port, like
kirkwood with both using port 0.

Fix this by using the array index offset for the allocated platform
devices as the id.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found