]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/cell: cbe_thermal.c: Cleaning up a variable is of the wrong type
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Sat, 14 Jun 2014 16:25:11 +0000 (18:25 +0200)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Jun 2014 04:05:59 +0000 (14:05 +1000)
commit3e195567b05ac356d30f0feee7d7a0cf717ade5a
tree9d35df7e5588fa923932f91ba338cec4329ecdb7
parent39ea842e95427508fd178484db7d82263675f791
powerpc/cell: cbe_thermal.c: Cleaning up a variable is of the wrong type

This variable is of the wrong type, everywhere it is used it
should be an unsigned int rather than a int.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/cell/cbe_thermal.c