[SPARC]: Fix property name acquisition in prom.c
authorBob Breuer <breuerr@mc.net>
Tue, 18 Jul 2006 00:05:56 +0000 (17:05 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 21 Jul 2006 21:18:04 +0000 (14:18 -0700)
On sparc32 the prom_{first,next}prop() interfaces work
a little differently.  The buffer argument is ignored on
sparc32 and the firmware just returns a raw pointer to
the property name.

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

No differences found