From: Don Skidmore Date: Tue, 1 Oct 2013 11:33:49 +0000 (-0700) Subject: ixgbevf: cleanup redundant mailbox read failure check X-Git-Tag: v3.13-rc1~105^2~248^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7bb417dbb8888cfd20824d54f9af9c92b9ff43d;p=pandora-kernel.git ixgbevf: cleanup redundant mailbox read failure check Since we are already checking for read failure in check_link we don't need to do it here. Instead just make sure the watchdog task gets scheduled, if we are up, and it can be done there. This will better follow igbvf method of handling a mailbox event and message timeout. Signed-off-by: Alexander Duyck Signed-off-by: Don Skidmore Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed