ibmvnic: Flush existing work items before device removal
authorThomas Falcon <tlfalcon@linux.ibm.com>
Fri, 12 Jun 2020 18:34:41 +0000 (13:34 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jun 2020 21:11:02 +0000 (14:11 -0700)
commit6954a9e4192b86d778fb52b525fd7b62d51b1147
tree04e207acaa83877fb444ce03c97f031d81c9cc82
parentb65ce380b754e77fbfdcfc83fd6e29c8ceedf431
ibmvnic: Flush existing work items before device removal

Ensure that all scheduled work items have completed before continuing
with device removal and after further event scheduling has been
halted. This patch fixes a bug where a scheduled driver reset event
is processed following device removal.

Signed-off-by: Thomas Falcon <tlfalcon@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c