[PATCH] skge: fix dma mask setup.
authorStephen Hemminger <shemminger@osdl.org>
Fri, 6 Jan 2006 00:26:05 +0000 (16:26 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 18 Jan 2006 00:52:56 +0000 (19:52 -0500)
There are a couple of problems in the DMA setup code for skge.
* In the 64 bit case, it doesn't set the consistent mask.
* In the 32 bit case, the error check is backwards!
It likely will only be visible as a bug on 64 bit platforms.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found