]> git.pld-linux.org Git - packages/igb.git/blob - linux-3.7.patch
719367389e31fa6b0f32d520b31525aba9f36391
[packages/igb.git] / linux-3.7.patch
1 --- igb-4.0.17/src/igb_main.c~  2012-10-08 17:37:31.000000000 +0200
2 +++ igb-4.0.17/src/igb_main.c   2012-12-20 13:47:16.403675607 +0100
3 @@ -7833,7 +7833,7 @@
4                 goto skip_bad_vf_detection;
5  
6         bdev = pdev->bus->self;
7 -       while (bdev && (bdev->pcie_type != PCI_EXP_TYPE_ROOT_PORT))
8 +       while (bdev && (pci_pcie_type(bdev) != PCI_EXP_TYPE_ROOT_PORT))
9                 bdev = bdev->bus->self;
10  
11         if (!bdev)
This page took 0.150098 seconds and 3 git commands to generate.