Hi Jean,

>> -    if ((err = f75375_probe(client)) < 0)
>> +    err = f75375_probe(client, NULL);
>> +    if (err < 0)
>>              goto exit_detach;
>>  
>>      return 0;
> 
> These coding style cleanups don't belong to this patch (if they belong
> anywhere - I don't much see the point)

I just wanted to make sure, scripts/checkpatch.pl doesn't complain.
But you're right. The coding style cleanup should have been another patch.

Thanks a lot for your efforts of getting the alias stuff in!

Jochen

_______________________________________________
i2c mailing list
[email protected]
http://lists.lm-sensors.org/mailman/listinfo/i2c

Reply via email to