Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263342
b: refs/heads/master
c: b89d5f1
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Aug 25, 2011
1 parent 1cff8d3 commit 9ccbf13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c53252b780e26c73c6a4e40bc14179447504cccd
refs/heads/master: b89d5f17d4b02ae9f3a691c2cb260e1929c6261b
4 changes: 2 additions & 2 deletions trunk/drivers/misc/fsa9480.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ static int __devinit fsa9480_probe(struct i2c_client *client,

fail2:
if (client->irq)
free_irq(client->irq, NULL);
free_irq(client->irq, usbsw);
fail1:
i2c_set_clientdata(client, NULL);
kfree(usbsw);
Expand All @@ -466,7 +466,7 @@ 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);
free_irq(client->irq, usbsw);
i2c_set_clientdata(client, NULL);

sysfs_remove_group(&client->dev.kobj, &fsa9480_group);
Expand Down

0 comments on commit 9ccbf13

Please sign in to comment.