]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 7 Jul 2016 00:36:54 +0000 (17:36 -0700)
commit93b2ac8f32b823ca90d7fc52f8b6dc6e30e6a06a
tree0369107f743e971ee7a97a2ba0f3e031129a78e2
parentd16f0c1e0158b4123e8168aa339674dfd2eb0754
bnxt_en: Failure to update PHY is not fatal condition.

Orabug: 23221795

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>
(cherry picked from commit ba41d46fe03223279054e58d570069fdc62fb768)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/broadcom/bnxt/bnxt.c