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