aboutsummaryrefslogtreecommitdiffstats
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorKulikov Vasiliy <[email protected]>2010-08-03 05:43:18 +0000
committerDavid S. Miller <[email protected]>2010-08-04 23:18:03 +0000
commit889635fd6b269963f7e68b53c9f0f60c8008a77f (patch)
treecc8c3c459a82d71c1c15a056961b23f81e540e6e /net/lapb/lapb_subr.c
parentcxgb4vf: do not use PCI resources before pci_enable_device() (diff)
downloadkernel-889635fd6b269963f7e68b53c9f0f60c8008a77f.tar.gz
kernel-889635fd6b269963f7e68b53c9f0f60c8008a77f.zip
via-velocity: 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: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions