Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96884
b: refs/heads/master
c: 70455e7
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed May 18, 2008
1 parent 5122c0a commit 53d864b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 875b0a473c3ddd80bc4ae88a65cd20027428e160
refs/heads/master: 70455e790391dac85d9b483a9e286a40df1ecc7f
3 changes: 0 additions & 3 deletions trunk/drivers/i2c/chips/max6875.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ static int max6875_detect(struct i2c_adapter *adapter, int address, int kind)
fake_client->flags = 0;
strlcpy(fake_client->name, "max6875 subclient", I2C_NAME_SIZE);

/* Prevent 24RF08 corruption (in case of user error) */
i2c_smbus_write_quick(real_client, 0);

if ((err = i2c_attach_client(real_client)) != 0)
goto exit_kfree2;

Expand Down

0 comments on commit 53d864b

Please sign in to comment.