OSDN Git Service

amd-xgbe: Use device workqueue instead of system workqueue
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Wed, 30 Sep 2015 13:53:16 +0000 (08:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Oct 2015 10:23:26 +0000 (03:23 -0700)
commitafb43e8a0af18fa959e9ef09abfa969c3c83f4ef
treeb76fdbe759b3eadb8517bcc5b2dd27a97993d723
parent72c9ac4e1f4faf1f4e7252319ab8af2517891ae5
amd-xgbe: Use device workqueue instead of system workqueue

The driver creates, flushes and destroys a device workqueue but queues
work to the system workqueue. Switch from using the system workqueue to
the device workqueue.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/xgbe/xgbe-drv.c