From: Larry Finger Date: Sat, 6 Aug 2011 10:55:18 +0000 (-0500) Subject: rtlwifi: Eliminate raw reads and writes from PCIe portion X-Git-Tag: v3.2-rc1~129^2~422^2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886e14b65a8fcaedd72cf5f5c4c76e69de028a0f;p=pandora-kernel.git rtlwifi: Eliminate raw reads and writes from PCIe portion The PCIe driver used raw reads and writes on the PCIe hardware. As all of these are only affecting the configuration space, all of then can be converted to pci_{read,write}_config_XX calls. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed