Mailing List archive

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

[linux-dvb] skystar2.c patch



I hope this is the right place for patches.

--- skystar2.c.old      2004-12-21 10:03:28.000000000 +0000
+++ skystar2.c  2004-12-21 10:10:12.000000000 +0000
@@ -1709,6 +1709,6 @@
                int size;
        } dmaq_desc[] = {
-               { &adapter->dmaq1, SIZE_OF_BUF_DMA1, 0x10000000 },
-               { &adapter->dmaq2, SIZE_OF_BUF_DMA2, 0x20000000 }
+               { &adapter->dmaq1, 0x10000000, SIZE_OF_BUF_DMA1 },
+               { &adapter->dmaq2, 0x20000000, SIZE_OF_BUF_DMA2  }
        }, *p = dmaq_desc;
        int i;





Home | Main Index | Thread Index