Kulikov Vasiliy 13b631a599 staging: vt6655: 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 <segooon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-08-31 11:13:57 -07:00
..
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:17 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:17 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:17 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:18 -07:00
2010-06-24 14:23:18 -07:00