wcte43x, wcte13xp: Use MSI interrupts if possible.

It was an oversight to prevent the wcte43x and wcte13xp drivers from using
Message Signaled interrupts during the switch to the wcxb library.

Signed-off-by: Shaun Ruffell <sruffell@digium.com>
Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com>
This commit is contained in:
Shaun Ruffell 2014-01-07 14:31:59 -06:00 committed by Russ Meyerriecks
parent f10eb3f547
commit 47dcc9377c
2 changed files with 2 additions and 2 deletions

View File

@ -2533,7 +2533,7 @@ static int __devinit te13xp_init_one(struct pci_dev *pdev,
wc->xb.pdev = pdev;
wc->xb.ops = &xb_ops;
wc->xb.debug = &debug;
res = wcxb_init(&wc->xb, wc->name, 1);
res = wcxb_init(&wc->xb, wc->name, 0);
if (res)
goto fail_exit;

View File

@ -3327,7 +3327,7 @@ static int __devinit t43x_init_one(struct pci_dev *pdev,
wc->xb.ops = &xb_ops;
wc->xb.debug = &debug;
res = wcxb_init(&wc->xb, KBUILD_MODNAME, 1);
res = wcxb_init(&wc->xb, KBUILD_MODNAME, 0);
if (res)
goto fail_exit;