commit | 370c10522e96bf1b2e7fd9e906dbe8fb5be895d2 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Feb 22 12:11:55 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 22 15:33:16 2018 -0500 |
tree | 64513ef921a3a0a9ae871b4e23ef88ad5c07af19 | |
parent | ed04c46d4e70007e102d88dd2ee648008f7f634d [diff] |
net: aquantia: Fix error handling in aq_pci_probe() We should check "self->aq_hw" for allocation failure, and also we should free it on the error paths. Fixes: 23ee07ad3c2f ("net: aquantia: Cleanup pci functions module") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>