[patch] drm/nouveau/pci: reversed condition in nvkm_pcie_set_link()

2016-01-13 Thread Dan Carpenter
The condition is reversed so this function is a no-op. Fixes: bcc19d9bf5cd ('drm/nouveau/pci: implement generic code for pcie speed change') Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/pci/pcie.c b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/pcie.c index b32954f..

[patch] drm/nouveau/pci: reversed condition in nvkm_pcie_set_link()

2016-01-13 Thread Karol Herbst
> Karol Herbst hat am 13. Januar 2016 um 13:30 > geschrieben: > > Hi Dan, > > yeah I also catched that. I assume something went wrong in the review process, > because I am sure I didn't added that "pci ||" check myself ;) but who knows, > maybe I was tired working with ben on that, cause it was

[patch] drm/nouveau/pci: reversed condition in nvkm_pcie_set_link()

2016-01-13 Thread Karol Herbst
Hi Dan, yeah I also catched that. I assume something went wrong in the review process, because I am sure I didn't added that "pci ||" check myself ;) but who knows, maybe I was tired working with ben on that, cause it was like 4am while doing the last polishing steps. nvm, I already send a patch