lkml.org 
[lkml]   [2021]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH 044/190] Revert "RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()"
    Date
    This is a really weird one because the patch actually looks correct
    and the revert looks wrong??

    ret = pci_enable_device(pdev);

    [...dbg statements...]

    if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) ||
    !(pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) {
    dev_err(&pdev->dev, "PCI BAR region not MMIO\n");
    ret = -ENOMEM;
    goto err_disable_pdev;
    }

    - R.

    \
     
     \ /
      Last update: 2021-04-21 21:28    [W:2.360 / U:0.272 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site