[SPARC] sbus: Make sure sbus nodes are named uniquely.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 18 Jul 2006 04:06:15 +0000 (21:06 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 21 Jul 2006 21:18:06 +0000 (14:18 -0700)
commit39329329565a5e24f0a5523eef3a9dd941e0b29d
tree9b2a6207d73701d375e2cc4f57a34f72994071c7
parentf7785a64d117951e4c2bf9418d8c1dd59fe53b36
[SPARC] sbus: Make sure sbus nodes are named uniquely.

Just name them "sbus%d" otherwise on sun4d we try to register
multiple entries named "sbi@0,0" which does not work.

Based upon a report from Raymond Burns.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/sbus/sbus.c