commit | 181e7d5d7bd7747e882e3ca89ecbf0fc3e72d0da | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kubakici@wp.pl> | Sat Mar 15 14:55:11 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Mar 31 15:48:00 2014 -0700 |
tree | 31e0de252a598b8b77e66543d4e7eb50a4f8be53 | |
parent | b20a774495671f037e7160ea2ce8789af6b61533 [diff] |
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 <kubakici@wp.pl> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>