Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94911
b: refs/heads/master
c: 3578a07
h: refs/heads/master
i:
  94909: f5f4195
  94907: ad6ce2f
  94903: 18c18a2
  94895: 2456ab7
  94879: a293a19
  94847: b86fc66
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Apr 29, 2008
1 parent 7f96018 commit d9f26c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: c5d21b7fb747042cb2155698649cffccfd77d1f3
refs/heads/master: 3578a0759ed2f0ea1f2409144e628dad4d748059
8 changes: 1 addition & 7 deletions trunk/drivers/i2c/busses/i2c-piix4.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <linux/ioport.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/apm_bios.h>
#include <linux/dmi.h>
#include <asm/io.h>

Expand Down Expand Up @@ -343,12 +342,7 @@ static s32 piix4_access(struct i2c_adapter * adap, u16 addr,


switch (size) {
case PIIX4_BYTE: /* Where is the result put? I assume here it is in
SMBHSTDAT0 but it might just as well be in the
SMBHSTCMD. No clue in the docs */

data->byte = inb_p(SMBHSTDAT0);
break;
case PIIX4_BYTE:
case PIIX4_BYTE_DATA:
data->byte = inb_p(SMBHSTDAT0);
break;
Expand Down

0 comments on commit d9f26c8

Please sign in to comment.