commit | 90a6c997bd8bb836809eda5efb6406d8c58c0924 | [log] [tgz] |
---|---|---|
author | Lino Sanfilippo <LinoSanfilippo@gmx.de> | Sat Feb 18 12:19:41 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 20 10:22:59 2017 -0500 |
tree | 8c041460e96297f8090d870ab9f934d8e7ee8a18 | |
parent | 2317c6b51e4249dbfa093e1b88cab0a9f0564b7f [diff] |
net: ena: remove superfluous check in ena_remove() The check in ena_remove() for the pci driver data not being NULL is not needed, since it is always set in the probe() function. Remove the superfluous check. Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>