Loading drivers/misc/fsa9480.c +1 −0 Original line number Diff line number Diff line Loading @@ -465,6 +465,7 @@ static int fsa9480_probe(struct i2c_client *client, static int fsa9480_remove(struct i2c_client *client) { struct fsa9480_usbsw *usbsw = i2c_get_clientdata(client); if (client->irq) free_irq(client->irq, usbsw); Loading Loading
drivers/misc/fsa9480.c +1 −0 Original line number Diff line number Diff line Loading @@ -465,6 +465,7 @@ static int fsa9480_probe(struct i2c_client *client, static int fsa9480_remove(struct i2c_client *client) { struct fsa9480_usbsw *usbsw = i2c_get_clientdata(client); if (client->irq) free_irq(client->irq, usbsw); Loading