Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224763
b: refs/heads/master
c: adc1d23
h: refs/heads/master
i:
  224761: 92dfcb1
  224759: 4118034
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Dec 3, 2010
1 parent f03f137 commit 669727f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 71839f7d162f973f5931d30d1376a2dc5c0bed5a
refs/heads/master: adc1d234116c22247e3886fb6e9bef450a0110f2
4 changes: 4 additions & 0 deletions trunk/drivers/net/sfc/falcon_boards.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ static int efx_init_lm87(struct efx_nic *efx, struct i2c_board_info *info,
if (!client)
return -EIO;

/* Read-to-clear alarm/interrupt status */
i2c_smbus_read_byte_data(client, LM87_REG_ALARMS1);
i2c_smbus_read_byte_data(client, LM87_REG_ALARMS2);

rc = efx_poke_lm87(client, reg_values);
if (rc)
goto err;
Expand Down

0 comments on commit 669727f

Please sign in to comment.