From: John W. Linville Date: Mon, 27 Jun 2011 19:38:05 +0000 (-0400) Subject: iwlagn: use PCI_DMA_* for pci_* operations X-Git-Tag: v3.0-rc7~41^2~22^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee0a58d8ca443e80ed8712c86c9938360b79cac;p=pandora-kernel.git iwlagn: use PCI_DMA_* for pci_* operations "iwlagn: map command buffers BIDI" uses the DMA_* enumerations for DMA directions, even though the pci_* DMA API is still in use. That patch was undoubtedly developed on top of "iwlagn: don't use the PCI wrappers for DMA operation", which is due in the next release. Signed-off-by: John W. Linville --- Reading git-diff-tree failed