From: Al Viro Date: Sun, 9 Dec 2007 16:50:47 +0000 (+0000) Subject: sundance fixes X-Git-Tag: v2.6.24-rc6~22^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c9d9b03bb8ec63c77aebddea9a6f730f1b62d5;p=pandora-kernel.git sundance fixes * all places where we assign ->addr get cpu_to_le32(pci_map_single(....)), so we ought to convert back to host-endian before doing pci_unmap_single() et.al. * poisoning addresses in netdev_close() should be done _after_ unmapping them, not before it... Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed