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 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev