commit | fe870c77efdf8682252545cbd3d29800d8379efc | [log] [tgz] |
---|---|---|
author | Netanel Belgazal <netanel@amazon.com> | Sun Sep 09 08:15:23 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 09 07:59:55 2018 -0700 |
tree | a4eea30f5fbaf240b6527854d960a723e2abeb3d | |
parent | cfa324a514233b28a6934de619183eee941f02d7 [diff] |
net: ena: fix potential double ena_destroy_device() ena_destroy_device() can potentially be called twice. To avoid this, check that the device is running and only then proceed destroying it. Signed-off-by: Netanel Belgazal <netanel@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>