On Fri, May 15, 2009 at 10:00:41AM +0200, Jean Delvare wrote: > On Fri, 15 May 2009 09:47:49 +0200, Hans de Goede wrote: > > On 05/14/2009 11:24 AM, Andre Prendel wrote: > > > + if(data->kind == TMP411_DEVICE_ID) { > > > > This should be: > > + if(data->kind == tmp411) { > > > > !! > > This should actually be: > > if (data->kind == tmp411) { > > Something scripts/checkpatch.pl would have warned Andre about. Sorry, I forgot to check the patch. Andre > > -- > Jean Delvare > > _______________________________________________ > lm-sensors mailing list > lm-sensors at lm-sensors.org > http://lists.lm-sensors.org/mailman/listinfo/lm-sensors