mlx4_core: Stash PCI ID driver_data in mlx4_priv structure
authorRoland Dreier <roland@purestorage.com>
Thu, 27 Sep 2012 16:23:41 +0000 (09:23 -0700)
committerRoland Dreier <roland@purestorage.com>
Mon, 1 Oct 2012 09:10:39 +0000 (02:10 -0700)
That way we can check flags later on, when we've finished with the
pci_device_id structure.  Also convert the "is VF" flag to an enum:
"Never do in the preprocessor what can be done in C."

Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found