[PATCH1/7] i2c: Add support for device alias names
Jochen Friedrich
jochen at scram.de
Sun Apr 27 21:07:39 EST 2008
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
More information about the Linuxppc-dev
mailing list