aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorKulikov Vasiliy <[email protected]>2010-08-03 15:42:34 +0000
committerDave Airlie <[email protected]>2010-08-05 02:28:25 +0000
commit96576a9e1a0cdb8a43d3af5846be0948f52b4460 (patch)
tree2a1a58c5862b3c790b36ce44867c9f5d1f758352 /net/unix/af_unix.c
parentagp: efficeon-agp: do not use PCI resources before pci_enable_device() (diff)
downloadkernel-96576a9e1a0cdb8a43d3af5846be0948f52b4460.tar.gz
kernel-96576a9e1a0cdb8a43d3af5846be0948f52b4460.zip
agp: intel-agp: do not use PCI resources before pci_enable_device()
IRQ and resource[] may not have correct values until after PCI hotplug setup occurs at pci_enable_device() time. The semantic match that finds this problem is as follows: // <smpl> @@ identifier x; identifier request ~= "pci_request.*|pci_resource.*"; @@ ( * x->irq | * x->resource | * request(x, ...) ) ... *pci_enable_device(x) // </smpl> Signed-off-by: Kulikov Vasiliy <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions