[PATCH] gta03-pca9632.patch

matt_hsu matt_hsu at openmoko.org
Mon Sep 15 14:37:13 CEST 2008


michael wrote:
> Hi,
> matt_hsu wrote:
>   
>> pca9632 is a LED driver in gta03.
>> This patch patch adds the support for this chip.
>>
>> Matt
>>     
>
>
> +static int pca9632_detach_client(struct i2c_client *client)
> +{
> + int err;
> +
> + sysfs_remove_group(&client->dev.kobj, &pca_attr_group);
> +
> + if ((err == i2c_detach_client(client)))
>
> + return err;
>
> Err is non initialized and then is compared with detach_client
>
>   
Well, I know it creates a compile warning with non-initialized variable.
Since there are something on my TODO list specific to this driver.
I'll correct this in the next coming patch.

Matt
> :)
>
> Michael
>   




More information about the openmoko-kernel mailing list