From: Bartlomiej Zolnierkiewicz Date: Sat, 5 May 2007 20:03:51 +0000 (+0200) Subject: siimage: fix wrong ->swdma_mask X-Git-Tag: v2.6.22-rc1~1020 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e60d3762f32c9573a449950717a3de12dfebbe3;p=pandora-kernel.git siimage: fix wrong ->swdma_mask This driver doesn't support SWDMA so use the correct ->swdma_mask. While at it: * no need to call config_chipset_for_pio() in config_chipset_for_dma(), if DMA is not available config_chipset_for_pio() will be called by siimage_config_drive_for_dma() and if DMA is available config_siimage_chipset_for_pio() will be called by siimage_tune_chipset() * remove needless config_chipset_for_pio() wrapper * bump driver version Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed