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)
commitcf7822983f21617b805712eec46eb31058508d6a
tree8c7aab7f74b60560339abb4700ec04a7ce795660
parent563e0ae06ff18f0b280f11cf706ba0172255ce52
gianfar: don't pass NULL dev ptr to DMA ops

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>
drivers/net/gianfar.c