Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322876
b: refs/heads/master
c: e6d9d3d
h: refs/heads/master
v: v3
  • Loading branch information
Seth Forshee authored and Matthew Garrett committed Sep 13, 2012
1 parent 65bee8e commit 1a2c120
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: c5a5052923c55990e32a3d64bdb4779b01162646
refs/heads/master: e6d9d3d59ca08fc87688c5953061b4da0d17bf15
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/apple-gmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void gmux_pio_write32(struct apple_gmux_data *gmux_data, int port,

for (i = 0; i < 4; i++) {
tmpval = (val >> (i * 8)) & 0xff;
outb(tmpval, port + i);
outb(tmpval, gmux_data->iostart + port + i);
}
}

Expand Down

0 comments on commit 1a2c120

Please sign in to comment.