From: Jesse Brandeburg Date: Tue, 3 Mar 2009 00:03:21 +0000 (-0800) Subject: e1000: fix unmap bug X-Git-Tag: v2.6.30-rc1~662^2~410 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20b606c99c7fd9f1b6c6ec43c877eaae827d169;p=pandora-kernel.git e1000: fix unmap bug This is in reference to the issue shown in kerneloops (search e1000 unmap) The e1000 transmit code was calling pci_unmap_page on dma handles that it might have called pci_map_single on. Same bug as e1000e 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