commit | afb43e8a0af18fa959e9ef09abfa969c3c83f4ef | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Wed Sep 30 08:53:16 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 05 03:23:26 2015 -0700 |
tree | b76fdbe759b3eadb8517bcc5b2dd27a97993d723 | |
parent | 72c9ac4e1f4faf1f4e7252319ab8af2517891ae5 [diff] |
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>