Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167203
b: refs/heads/master
c: 4fa5757
h: refs/heads/master
i:
  167201: 66c6a8b
  167199: 3b3514d
v: v3
  • Loading branch information
Michael Hennerich authored and Dmitry Torokhov committed Oct 6, 2009
1 parent 23ec7a4 commit ba283fa
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: 3ac91d36bb8fdfe9b73a3169e6b42cda0518e56a
refs/heads/master: 4fa5757a4c54fe59c4d7d7a68ac2d0a5493a2bef
4 changes: 2 additions & 2 deletions trunk/drivers/input/touchscreen/ad7879.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ static int __devinit ad7879_probe(struct spi_device *spi)
kfree(ts);
}

return 0;
return error;
}

static int __devexit ad7879_remove(struct spi_device *spi)
Expand Down Expand Up @@ -732,7 +732,7 @@ static int __devinit ad7879_probe(struct i2c_client *client,
kfree(ts);
}

return 0;
return error;
}

static int __devexit ad7879_remove(struct i2c_client *client)
Expand Down

0 comments on commit ba283fa

Please sign in to comment.