From: Jesse Brandeburg Date: Tue, 3 Mar 2009 00:02:53 +0000 (-0800) Subject: e1000e: fix unmap bug X-Git-Tag: v2.6.30-rc1~662^2~411 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ddc951c73cbc317148c0b9973dde81eece57e4c;p=pandora-kernel.git e1000e: fix unmap bug This is in reference to https://bugzilla.redhat.com/show_bug.cgi?id=484494 Also addresses issue show in kerneloops The e1000e transmit code was calling pci_unmap_page on dma handles that it might have called pci_map_single on. Signed-off-by: Jesse Brandeburg Acked-by: Bruce Allan Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed