sparc: Fix handling of LANCE and ESP parent nodes in of_device.c
authorDavid S. Miller <davem@davemloft.net>
Wed, 3 Sep 2008 09:04:41 +0000 (02:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Sep 2008 09:05:19 +0000 (02:05 -0700)
The device nodes that sit above 'esp' and 'le' on SBUS lack a 'ranges'
property, but we should pass the translation up to the parent node so
that the SBUS level ranges get applied.

Based upon a bug report from Robert Reif.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found