From: Matt Carlson Date: Thu, 3 Dec 2009 08:36:23 +0000 (+0000) Subject: tg3: Use pci_read_vpd() instead of private method X-Git-Tag: v2.6.33-rc1~388^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c982bd9f07b801f03cebe32b20f893b4ad6d27;p=pandora-kernel.git tg3: Use pci_read_vpd() instead of private method If the driver needs to use PCI configuration space to read the VPD data, the accesses could collide with the pci_read_vpd() function. This patch converts the driver to use pci_read_vpd() to avoid any potential collisions. Signed-off-by: Matt Carlson Reviewed-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed