Kulikov Vasiliy
889635fd6b
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 <segooon@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-04 16:18:03 -07:00
..
2010-07-18 15:07:15 -07:00
2010-07-18 19:15:25 -07:00
2010-08-04 15:31:02 -07:00
2010-07-28 22:20:34 -07:00
2010-07-30 23:27:57 -07:00
2010-07-26 21:05:03 -07:00
2010-08-03 16:37:58 -07:00
2010-07-14 13:41:53 -07:00
2010-08-04 16:18:02 -07:00
2010-08-02 16:26:44 -07:00
2010-08-04 16:18:02 -07:00
2010-07-26 23:37:21 -07:00
2010-08-04 11:47:58 -07:00
2010-08-04 11:47:58 -07:00
2010-08-03 16:40:53 -07:00
2010-08-04 11:47:58 -07:00
2010-07-21 14:44:28 -07:00
2010-07-27 21:01:35 -07:00
2010-08-02 21:20:21 -07:00
2010-07-15 19:05:17 -07:00
2010-07-14 17:55:35 -07:00
2010-07-18 19:15:25 -07:00
2010-07-12 20:13:02 -07:00
2010-08-04 11:47:58 -07:00
2010-07-25 16:32:41 -07:00
2010-07-21 14:44:18 -07:00
2010-07-08 23:12:29 -07:00
2010-07-27 20:43:50 -07:00
2010-08-04 15:31:02 -07:00
2010-08-03 16:40:52 -07:00
2010-07-25 17:06:52 -07:00
2010-07-30 23:27:57 -07:00
2010-08-02 16:01:35 -07:00
2010-08-04 15:31:02 -07:00
2010-08-04 15:31:02 -07:00
2010-07-25 16:48:44 -07:00
2010-07-19 15:27:13 -07:00
2010-07-11 18:15:08 -07:00
2010-07-11 18:15:08 -07:00
2010-07-18 19:15:25 -07:00
2010-07-08 23:42:40 -07:00
2010-07-18 19:15:25 -07:00
2010-07-19 20:30:07 -07:00
2010-07-19 20:30:06 -07:00
2010-07-14 13:36:18 -07:00
2010-07-14 12:18:31 -07:00
2010-07-27 20:35:39 -07:00
2010-07-18 19:15:25 -07:00
2010-07-19 13:32:57 -07:00
2010-07-14 13:40:36 -07:00
2010-08-02 22:03:03 -07:00
2010-07-26 19:08:14 +01:00
2010-07-12 20:21:40 -07:00
2010-07-30 23:27:58 -07:00
2010-07-14 17:57:19 -07:00
2010-07-26 18:45:05 -07:00
2010-07-18 19:15:25 -07:00
2010-07-22 14:14:46 -07:00
2010-07-25 21:54:28 -07:00
2010-08-04 15:31:02 -07:00
2010-08-04 15:31:02 -07:00
2010-07-16 13:03:23 -07:00
2010-07-12 20:21:44 -07:00
2010-07-30 22:10:01 -07:00
2010-07-27 22:24:37 -07:00
2010-08-04 15:31:02 -07:00
2010-08-04 15:31:02 -07:00
2010-07-18 19:15:25 -07:00
2010-07-12 20:21:44 -07:00
2010-07-27 21:02:42 -07:00
2010-07-27 21:01:35 -07:00
2010-07-27 20:35:39 -07:00
2010-07-23 13:05:12 -07:00
2010-07-12 20:21:47 -07:00
2010-07-26 13:15:21 -07:00
2010-07-21 21:10:49 -07:00
2010-07-20 18:25:24 -07:00
2010-07-15 20:46:22 -07:00
2010-07-23 13:05:13 -07:00
2010-07-27 21:01:35 -07:00
2010-07-18 19:15:25 -07:00
2010-08-04 15:31:02 -07:00
2010-07-30 23:59:04 -07:00
2010-07-19 13:36:21 -07:00
2010-07-18 19:15:25 -07:00
2010-07-14 12:17:35 -07:00
2010-07-18 19:15:25 -07:00
2010-08-02 15:46:33 -07:00
2010-08-02 15:46:33 -07:00
2010-07-30 22:06:41 -07:00
2010-07-30 22:08:50 -07:00
2010-08-04 16:18:03 -07:00
2010-07-14 17:53:18 -07:00
2010-07-12 20:21:45 -07:00