From: Tobias Klauser Date: Thu, 1 Dec 2005 10:14:00 +0000 (+0100) Subject: [ALSA] au88x0: Remove unneeded call to pci_dma_supported() X-Git-Tag: v2.6.16-rc1~474^2~22^2~3^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58da3a23fe12b1c4730cb85af203950c7707220c;p=pandora-kernel.git [ALSA] au88x0: Remove unneeded call to pci_dma_supported() Modules: au88x0 driver pci_dma_supported() is called right before pci_set_dma_mask() which already calls pci_dma_supported(). The attached patch removes the unneeded call to pci_dma_supported() Additionally the custom VORTEX_DMA_MASK macro is replaced by DMA_32BIT_MASK from linux/dma-mapping.h Signed-off-by: Tobias Klauser Signed-off-by: Andrew Morton Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed