Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: [patch 2.6.10-rc3-mm1 2/5] skystar2: fat removal in init_dma_queue



V.Catana wrote:
> Francois Romieu wrote:
> >+	} dmaq_desc[] = {
> >+		{ &adapter->dmaq1, SIZE_OF_BUF_DMA1, 0x10000000 },
> >+		{ &adapter->dmaq2, SIZE_OF_BUF_DMA2, 0x20000000 }
> >+	}, *p = dmaq_desc;
> 
> In dmaq_desc the dma_status and size are not initialized correctly.
> Should be reversed:
> 
> dmaq_desc[] = {
> 	{ &adapter->dmaq1, 0x10000000, SIZE_OF_BUF_DMA1 },
> 	{ &adapter->dmaq2, 0x20000000, SIZE_OF_BUF_DMA2 }
> };

Comitted.

Thanks Vadim,
Johannes




Home | Main Index | Thread Index