~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to drivers/usb/host/xhci.c

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2012-03-04 15:32:20 UTC
  • mto: (43.1.29 sid)
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20120304153220-z43emb9b8y0vpuf2
Tags: upstream-3.2.9
ImportĀ upstreamĀ versionĀ 3.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
                /* hcd->irq is -1, we have MSI */
353
353
                return 0;
354
354
 
 
355
        if (!pdev->irq) {
 
356
                xhci_err(xhci, "No msi-x/msi found and no IRQ in BIOS\n");
 
357
                return -EINVAL;
 
358
        }
 
359
 
355
360
        /* fall back to legacy interrupt*/
356
361
        ret = request_irq(pdev->irq, &usb_hcd_irq, IRQF_SHARED,
357
362
                        hcd->irq_descr, hcd);