]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bnxt_en: Failure to update PHY is not fatal condition.
authorMichael Chan <mchan@broadcom.com>
Sat, 20 Feb 2016 00:43:21 +0000 (19:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Feb 2016 04:39:32 +0000 (23:39 -0500)
commitba41d46fe03223279054e58d570069fdc62fb768
tree47c62c6aef979ce46a7de611ba3d3b98928ce6f5
parentde73018fb5474b33dc4f6d6b8d889e40232e325b
bnxt_en: Failure to update PHY is not fatal condition.

If we fail to update the PHY, we should print a warning and continue.
The current code to exit is buggy as it has not freed up the NIC
resources yet.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c