[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)
commit77783a78ded96a56e3a1a0c03bbe87c56896fe6e
tree6a18c269adc45b438dc77355756dcf3957d4aad3
parent22d4d77183f0af8b3b643544a5ae64ec6105d88b
[PATCH] skge: fix dma mask setup.

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