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:
parent
f10eb3f547
commit
47dcc9377c
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user