Displaying 2 results from an estimated 2 matches for "n122".
Did you mean:
122
2016 Feb 03
2
[PATCH] pci: fix typo in nvkm_pcie_set_link()
Fix a test that would either do nothing on PCI systems, or crash badly
on Tegra.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
Cc: Karol Herbst <nouveau at karolherbst.de>
---
drm/nouveau/nvkm/subdev/pci/pcie.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drm/nouveau/nvkm/subdev/pci/pcie.c b/drm/nouveau/nvkm/subdev/pci/pcie.c
index
2016 Feb 03
0
[PATCH] pci: fix typo in nvkm_pcie_set_link()
...t; + if (!pci || !pci_is_pcie(pci->pdev))
> return 0;
> pbus = pci->pdev->bus;
This has already been fixed but Ben still didn't apply this change to
his repository.
http://cgit.freedesktop.org/~airlied/linux/tree/drivers/gpu/drm/nouveau/nvkm/subdev/pci/pcie.c?h=drm-next#n122
>
>
--
-Samuel