summaryrefslogtreecommitdiff
path: root/xhfc
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2013-01-31 18:47:40 +0100
committerGuillaume Knispel <gknispel@avencall.com>2013-01-31 18:47:40 +0100
commit32cdd1cafca041021082a1386f5a5b51a7f18cbc (patch)
treed487990cab6b6dd4582d26debf32e8ef67f5c998 /xhfc
parent4e3569ee7954248ba77174e760ba8311e32c49a3 (diff)
remove ref to megrez and TAINT_CRAP xivo_tdm
Diffstat (limited to 'xhfc')
-rw-r--r--xhfc/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/base.c b/xhfc/base.c
index 7b48703..0694287 100644
--- a/xhfc/base.c
+++ b/xhfc/base.c
@@ -1188,7 +1188,7 @@ static int __devinit xhfc_init_one(struct pci_dev *pdev,
/* TDM started on the XHFC side, XHFC is MASTER */
/* Now it's possible to start the TDM bus on the EP80579 side, as SLAVE: */
if ((rc = xivo_tdm_config_port(pi->tdm_port,
- XHFC_MEGREZ_PROTO_XIVO_CONFIG,
+ XHFC_XIOH_CONFIG,
cs_n2)) < 0) {
printk(KERN_ERR "%s %s: xivo_tdm_config_port failed (err=%d)\n",
DRIVER_NAME, __func__, rc);