From: Mark Rustad Date: Wed, 15 Jan 2014 02:53:15 +0000 (-0800) Subject: ixgbe: Check register reads for adapter removal X-Git-Tag: v3.14-rc1~94^2~176^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1a091c1ff898b1de4dcac2236b85f88aa9d51f;p=pandora-kernel.git ixgbe: Check register reads for adapter removal Check all register reads for adapter removal by checking the status register after any register read that returns 0xFFFFFFFF. Since the status register will never return 0xFFFFFFFF unless the adapter is removed, such a value from a status register read confirms the removal. Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed