Acked-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> On Thu, Aug 25, 2011 at 7:54 PM, Wolfram Sang <w.sang@xxxxxxxxxxxxxx> wrote: > A few new i2c-drivers came into the kernel which clear the clientdata-pointer > on exit or error. This is obsolete meanwhile, the core will do it. > > Signed-off-by: Wolfram Sang <w.sang@xxxxxxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > Cc: Minkyu Kang <mk7.kang@xxxxxxxxxxx> > Cc: Donggeun Kim <dg77.kim@xxxxxxxxxxx> > --- > drivers/misc/fsa9480.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/drivers/misc/fsa9480.c b/drivers/misc/fsa9480.c > index 5325a7e..22e22ad 100644 > --- a/drivers/misc/fsa9480.c > +++ b/drivers/misc/fsa9480.c > @@ -457,7 +457,6 @@ fail2: > if (client->irq) > free_irq(client->irq, NULL); > fail1: > - i2c_set_clientdata(client, NULL); > kfree(usbsw); > return ret; > } > @@ -467,7 +466,6 @@ static int __devexit fsa9480_remove(struct i2c_client *client) > struct fsa9480_usbsw *usbsw = i2c_get_clientdata(client); > if (client->irq) > free_irq(client->irq, NULL); > - i2c_set_clientdata(client, NULL); > > sysfs_remove_group(&client->dev.kobj, &fsa9480_group); > device_init_wakeup(&client->dev, 0); > -- > 1.7.5.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html