Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258925
b: refs/heads/master
c: 2b934c6
h: refs/heads/master
i:
  258923: 176c359
v: v3
  • Loading branch information
Alexander Stein authored and Linus Torvalds committed Jul 26, 2011
1 parent 7e7c63a commit 894f303
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 90b03f5052be92ab0ba0aa36abcf33a207706866
refs/heads/master: 2b934c6236983392d01bef22e43af3051cac16f5
5 changes: 4 additions & 1 deletion trunk/drivers/misc/pch_phub.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,8 @@ static int __devinit pch_phub_probe(struct pci_dev *pdev,
}

if (id->driver_data == 1) { /* EG20T PCH */
const char *board_name;

retval = sysfs_create_file(&pdev->dev.kobj,
&dev_attr_pch_mac.attr);
if (retval)
Expand All @@ -701,7 +703,8 @@ static int __devinit pch_phub_probe(struct pci_dev *pdev,
CLKCFG_CANCLK_MASK);

/* quirk for CM-iTC board */
if (strstr(dmi_get_system_info(DMI_BOARD_NAME), "CM-iTC"))
board_name = dmi_get_system_info(DMI_BOARD_NAME);
if (board_name && strstr(board_name, "CM-iTC"))
pch_phub_read_modify_write_reg(chip,
(unsigned int)CLKCFG_REG_OFFSET,
CLKCFG_UART_48MHZ | CLKCFG_BAUDDIV |
Expand Down

0 comments on commit 894f303

Please sign in to comment.