commit | f5fc82290c14b65511fea3db35f0bcbe6de746d3 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sat Jun 14 18:25:11 2014 +0200 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 24 14:05:59 2014 +1000 |
tree | 9d35df7e5588fa923932f91ba338cec4329ecdb7 | |
parent | 2f0143c91d30823f6f6e7d94d7fa818f7ab18a18 [diff] |
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>