From: Jakub Kicinski Date: Sat, 15 Mar 2014 14:55:05 +0000 (+0000) Subject: e1000e: remove redundant if clause from PTP work X-Git-Tag: v3.15-rc1~113^2~51^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201b54b8d245ae248fabd2e62b75272da47c475b;p=pandora-kernel.git e1000e: remove redundant if clause from PTP work tx_hwtstamp_skb is always set before work is scheduled, work is cancelled before tx_hwtstamp_skb is set to NULL. PTP work cannot ever see tx_hwtstamp_skb set to NULL. Signed-off-by: Jakub Kicinski Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed