From: Jacob Keller Date: Wed, 15 Jan 2014 08:38:35 +0000 (+0000) Subject: i40e: remove ptp_tx_work timestamp work item X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~296^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd8357f8fab1d82aa8fc8267261203f393d5a1f;p=pandora-kernel.git i40e: remove ptp_tx_work timestamp work item This patch removes the unnecessary ptp_tx_work item. It conflicts with the interrupt-based handler, and will cause spurious warning messages to be displayed in the kernel log. Since the hardware can properly trigger an interrupt, we do not need to poll for an available timestamp in a work queue any more. Signed-off-by: Jacob Keller Acked-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed