Staging
v0.5.1
https://github.com/torvalds/linux
Revision 723eb53690041740a13ac78efeaf6804f5d684c9 authored by Martin Habets on 21 November 2019, 17:52:15 UTC, committed by David S. Miller on 21 November 2019, 20:06:06 UTC
The workqueue only exists for the primary PF. For other functions
we hit a WARN_ON in kernel/workqueue.c.

Fixes: 7c236c43b838 ("sfc: Add support for IEEE-1588 PTP")
Signed-off-by: Martin Habets <mhabets@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5f9f0b1
Raw File
Tip revision: 723eb53690041740a13ac78efeaf6804f5d684c9 authored by Martin Habets on 21 November 2019, 17:52:15 UTC
sfc: Only cancel the PPS workqueue if it exists
Tip revision: 723eb53
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top