Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352870
b: refs/heads/master
c: e02983c
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Kent Yoder committed Feb 5, 2013
1 parent be55ff4 commit da6e5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 64298919ad034aa07a6ec85b82e5c8861e364ae5
refs/heads/master: e02983cffc5e65069edee9892672e0aef9d9e2cd
2 changes: 1 addition & 1 deletion trunk/drivers/char/tpm/tpm_i2c_stm_st33.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ tpm_st33_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id)
clear_bit(0, &chip->is_open);
* @return: 0 in case of success.
*/
static __devexit int tpm_st33_i2c_remove(struct i2c_client *client)
static int tpm_st33_i2c_remove(struct i2c_client *client)
{
struct tpm_chip *chip = (struct tpm_chip *)i2c_get_clientdata(client);
struct st33zp24_platform_data *pin_infos =
Expand Down

0 comments on commit da6e5d7

Please sign in to comment.