]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[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)
commitf7785a64d117951e4c2bf9418d8c1dd59fe53b36
tree47a563ea748f158a024f47a5b1c519329e61f599
parentbda2f7b4801964351253706d1a87e4d2110829a5
[SPARC]: Fix property name acquisition in prom.c

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>
arch/sparc/kernel/prom.c