From: Jesse Brandeburg Date: Wed, 2 Feb 2011 10:19:50 +0000 (+0000) Subject: e1000e: flush all writebacks before unload X-Git-Tag: v2.6.38-rc6~20^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=713b3c9e4c1a6da6b45da6474ed554ed0a48de69;p=pandora-kernel.git e1000e: flush all writebacks before unload The driver was not flushing all writebacks before unloading, possibly causing memory to be written by the hardware after the driver had reinitialized the rings. This adds missing functionality to flush any pending writebacks and is called in all spots where descriptors should be completed before the driver begins processing. Signed-off-by: Jesse Brandeburg Reviewed-by: Bruce Allan Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed