From: Bjorn Helgaas Date: Mon, 6 Jan 2014 23:15:31 +0000 (-0700) Subject: agp/ati: Use PCI_COMMAND instead of hard-coded 4 X-Git-Tag: v3.14-rc1~132^2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167b1f049008b367a9003a6a8df090af4282a6b0;p=pandora-kernel.git agp/ati: Use PCI_COMMAND instead of hard-coded 4 We're accessing the PCI_COMMAND register here, so use the appropriate #define. The bit we're writing (1 << 14) isn't defined by the PCI or PCIe spec, so we don't have a name for it. No functional change. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed