From: Jon Mason Date: Fri, 10 Mar 2006 21:12:10 +0000 (-0600) Subject: [PATCH] dl2k: DMA freeing error X-Git-Tag: v2.6.16-rc6~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee09d9cd4f57bae9cd95ea7ae5f41c29a166361;p=pandora-kernel.git [PATCH] dl2k: DMA freeing error This patch fixes an error in the dl2k driver's DMA mapping/unmapping. The adapter uses the upper 16bits of the DMA address for the buffer size. However, this is not masked off when referencing the DMA address, and can lead to errors by trying to free a DMA address out of range. Thanks, Jon Signed-off-by: Jon Mason Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed