[PATCH] Fix RTAS watchdog driver temperature read functionality
Segher Boessenkool
segher at kernel.crashing.org
Wed Mar 25 14:49:27 EST 2009
> Right, now turn it into a proper patch submission :-)
>> if (result < 0)
>> printk(KERN_WARNING "wdrtas: reading the thermal sensor "
>> - "faild: %li\n", result);
>> + "faild: %i\n", result);
>> else
>> temperature = ((temperature * 9) / 5) + 32; /* fahrenheit */
Fix the spelling of "failed" while you're at it? (And Fahrenheit
maybe).
Segher
More information about the Linuxppc-dev
mailing list