[packages/xorg-driver-video-fglrx] - fix var name in patch

baggins baggins at pld-linux.org
Sat Jul 11 13:12:30 CEST 2015


commit 142bd2c0abb672ff67895585daa3cd54e6f4caa5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Jul 11 13:11:55 2015 +0200

    - fix var name in patch

 linux-3.17.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/linux-3.17.patch b/linux-3.17.patch
index 46612ec..1ae92e2 100644
--- a/linux-3.17.patch
+++ b/linux-3.17.patch
@@ -8,9 +8,9 @@ diff -uNr 14.9/common/lib/modules/fglrx/build_mod/firegl_public.c 14.9/common/li
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0)
 +//	pci_ignore_hotplug(pdev);
 +{
-+	struct pci_dev *bridge = dev->bus->self;
++	struct pci_dev *bridge = pdev->bus->self;
 +
-+	dev->ignore_hotplug = 1;
++	pdev->ignore_hotplug = 1;
 +	/* Propagate the "ignore hotplug" setting to the parent bridge. */
 +	if (bridge)
 +		bridge->ignore_hotplug = 1;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-fglrx.git/commitdiff/669d2083024ec83cd29579749400924703526d00



More information about the pld-cvs-commit mailing list