ipq40xx: dont panic on PSGMII calibration fail
authorRobert Marko <robimarko@gmail.com>
Wed, 22 May 2024 14:55:51 +0000 (16:55 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 22 May 2024 15:24:17 +0000 (17:24 +0200)
commit4a78c46cbd64a69e0ce799d13a3c021260771b83
tree7cc82280d1b60ba45c173fc169372221146e95b7
parent0f5c28b96b4e04332b6e9f31280c57b03c672cfd
ipq40xx: dont panic on PSGMII calibration fail

Currently, in case that PSGMII calibration fails it will panic the kernel
which is not ideal and is preventing any debugging to be done.

So, since PGMII calibration failing only means that wired networking wont
work lets convet the panic() call to dev_error.

Link: https://github.com/openwrt/openwrt/pull/15542
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq40xx/patches-6.6/706-net-dsa-qca8k-add-IPQ4019-built-in-switch-support.patch