]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5b44b79ab3f1113e23928e777098676911619b1c
tree0ed3bf90918dc2f3c1d574aa4ac8a7b3aa6c7318
parent2af76cde02aeb1bdf740a7663a2548e5a811c0fa
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