enetc: convert to schedule_work()
authorYangbo Lu <yangbo.lu@nxp.com>
Thu, 15 Apr 2021 05:34:55 +0000 (13:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Apr 2021 23:53:08 +0000 (16:53 -0700)
commitb6faf160d0dac3c8654aa911e6e281541628d304
tree885f9dfb6933af2edc13c21d22e6492cab339f49
parent8f571c4cad55a32db2fba1f6d7477bfd646c376a
enetc: convert to schedule_work()

Convert system_wq queue_work() to schedule_work() which is
a wrapper around it, since the former is a rare construct.

Fixes: 7294380c5211 ("enetc: support PTP Sync packet one-step timestamping")
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/enetc/enetc.c