Matt Roberds wrote: > On Tue, 26 Feb 2008, Jordan Crouse wrote: >> Okay, done, and updated the documentation too. > > I tried this latest version and can confirm that it works, both with a > null sensors.conf and with my proposed Asus M2N-SLI Deluxe sensors.conf . > >> It also occurred to me that I should probably send it through >> checkpatch.pl, and it was a good thing that I did, because there were >> style issues. > > This seems to have caused the following compiler warnings, which weren't > there before: > > drivers/hwmon/adt7475.c: In function 'adt7475_detect': > drivers/hwmon/adt7475.c:803: warning: assignment from incompatible pointer type > drivers/hwmon/adt7475.c: In function 'adt7475_detach_client': > drivers/hwmon/adt7475.c:831: warning: passing argument 1 of 'hwmon_device_unregister' from incompatible pointer type > Those warnings are because you are using an older kernel, with a new kernel these shouldn't happen. Regards, Hans