This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ppc / syslib / ppc4xx_dma.c
index 89f6825..b2f3d85 100644 (file)
@@ -466,7 +466,7 @@ ppc4xx_init_dma_channel(unsigned int dmanr, ppc_dma_ch_t * p_init)
 
        /* clear all polarity signals and then "or" in new signal levels */
        polarity &= ~GET_DMA_POLARITY(dmanr);
-       polarity |= p_init->polarity;
+       polarity |= p_dma_ch->polarity;
 #if DCRN_POL > 0
        mtdcr(DCRN_POL, polarity);
 #endif