Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275767
b: refs/heads/master
c: 2a98879
h: refs/heads/master
i:
  275765: 37ca494
  275763: a1d048f
  275759: 53751d8
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Greg Kroah-Hartman committed Nov 15, 2011
1 parent 1d8db46 commit eedce2c
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: 9914a0de7a27ef2cb5d9aacfe50ae97ebb532f28
refs/heads/master: 2a9887919457c6e1bd482e8448223be59d19010a
2 changes: 1 addition & 1 deletion trunk/drivers/misc/pch_phub.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static int pch_phub_write_gbe_mac_addr(struct pch_phub_reg *chip, u8 *data)
int retval;
int i;

if (chip->ioh_type == 1) /* EG20T */
if ((chip->ioh_type == 1) || (chip->ioh_type == 5)) /* EG20T or ML7831*/
retval = pch_phub_gbe_serial_rom_conf(chip);
else /* ML7223 */
retval = pch_phub_gbe_serial_rom_conf_mp(chip);
Expand Down

0 comments on commit eedce2c

Please sign in to comment.