ucc_geth: Fix arguments to dma map/unmap functions
authorAndy Fleming <afleming@freescale.com>
Thu, 15 May 2008 22:00:21 +0000 (17:00 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 22 May 2008 10:19:24 +0000 (06:19 -0400)
commit7f80202bb964dd9c5b408af8100c7f0fd39a15c7
tree0ed3bf90918dc2f3c1d574aa4ac8a7b3aa6c7318
parent940608be2e6117c17c19b203f7393ced4d02590a
ucc_geth: Fix arguments to dma map/unmap functions

We were passing NULL as the device.  When we actually start supporting
more interesting memory configurations, this will break things, so
we proactively are fixing the bug.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/ucc_geth.c