[POWERPC] Fix ppc_rtas_progress_show()
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 16 May 2007 13:12:17 +0000 (23:12 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 17 May 2007 11:11:15 +0000 (21:11 +1000)
commit9a6b50703e95b638f610a65ffcc5faf4356f73c9
treef9da9c16624527cdd2a7672cf069d7b5bdc4a536
parent67ccd2fcd42333493a33993312c76fb2d4c2a2d6
[POWERPC] Fix ppc_rtas_progress_show()

Fixes the warning

arch/powerpc/kernel/rtas-proc.c: In function 'ppc_rtas_progress_show':
arch/powerpc/kernel/rtas-proc.c:382: warning: the address of
'progress_led' will always evaluate as 'true'

by fixing the code to do what it presumably is meant to do.

Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/rtas-proc.c