From: Neil Horman Date: Thu, 13 Jun 2013 19:31:28 +0000 (-0400) Subject: tulip: Properly check dma mapping result X-Git-Tag: v3.10-rc6~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bfbb31af7c8428267b34eb9706a621ac219a28;p=pandora-kernel.git tulip: Properly check dma mapping result Tulip throws an error when dma debugging is enabled, as it doesn't properly check dma mapping results with dma_mapping_error() durring tx ring refills. Easy fix, just add it in, and drop the frame if the mapping is bad Signed-off-by: Neil Horman CC: Grant Grundler CC: "David S. Miller" Reviewed-by: Grant Grundler Signed-off-by: David S. Miller --- Reading git-diff-tree failed