From: Stephen Hemminger Date: Fri, 6 Jan 2006 00:26:05 +0000 (-0800) Subject: [PATCH] skge: fix dma mask setup. X-Git-Tag: v2.6.16-rc2~366^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77783a78ded96a56e3a1a0c03bbe87c56896fe6e;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed