lkml.org 
[lkml]   [2003]   [Jun]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] PCI direct access resources

    On Fri, 20 Jun 2003, Matthew Wilcox wrote:

    > + if (!pci_probe & PCI_PROBE_CONF1)
    > + goto type2;

    (!pci_probe & PCI_PROBE_CONF1) will be always FALSE if pci_probe != 0,
    correct check is:

    if ((pci_probe & PCI_PROBE_CONF1) == 0)

    > + if (!pci_probe & PCI_PROBE_CONF2)
    > + goto out;

    Same comment here.

    --
    Bartlomiej

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:36    [W:4.640 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site