From: Roland Dreier Date: Thu, 27 Sep 2012 16:23:41 +0000 (-0700) Subject: mlx4_core: Stash PCI ID driver_data in mlx4_priv structure X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~42^2^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839f12434c7618d326b9d1ece5eca643e5e48d0a;p=pandora-kernel.git mlx4_core: Stash PCI ID driver_data in mlx4_priv structure 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 --- Reading git-diff-tree failed