gianfar: don't pass NULL dev ptr to DMA ops
authorBecky Bruce <bgill@freescale.com>
Mon, 18 Feb 2008 23:24:30 +0000 (17:24 -0600)
committerJeff Garzik <jeff@garzik.org>
Sun, 24 Feb 2008 04:57:48 +0000 (23:57 -0500)
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 <becky.bruce@freescale.com>
Acked-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found