Re: [PATCH] spi: Add PXA2xx SSP SPI Driver

From: Stephen Street
Date: Tue Feb 07 2006 - 16:25:31 EST


On Tue, 2006-02-07 at 15:05 +0000, David Vrabel wrote:
> @@ -429,9 +433,6 @@
> if (!IS_DMA_ALIGNED(drv_data->rx) || !IS_DMA_ALIGNED(drv_data->tx))
> return 0;
>
> - if (drv_data->len < drv_data->cur_chip->dma_burst_size)
> - return 0;
> -
Will do. This was a last minute crappy idea.

-Stephen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/