Re: [PATCH v2.6.25] gianfar: don't pass NULL dev ptr to DMA ops

2008-02-20 Thread Jeff Garzik
Andy Fleming wrote: From: Becky Bruce [EMAIL PROTECTED] Change all dma op invocations in gianfar.c to actually pass in the device pointer. Currently, the value is ignored, but it will be used going forward as we implement archdata for 32-bit powerpc. Signed-off-by: Becky Bruce [EMAIL

[PATCH v2.6.25] gianfar: don't pass NULL dev ptr to DMA ops

2008-02-18 Thread Andy Fleming
From: Becky Bruce [EMAIL PROTECTED] Change all dma op invocations in gianfar.c to actually pass in the device pointer. Currently, the value is ignored, but it will be used going forward as we implement archdata for 32-bit powerpc. Signed-off-by: Becky Bruce [EMAIL PROTECTED] Acked-by: Andy