Re: [PATCH v2] staging: hikey9xx: Fix incorrect assignment

2020-09-22 Thread Mauro Carvalho Chehab
Em Mon, 21 Sep 2020 22:21:47 +0100 Alex Dewar escreveu: > In hi3670_phy_probe(), when reading property tx-vboost-lvl fails, its > default value is assigned to priv->eye_diagram_param, rather than to > priv->tx_vboost_lvl. Fix this. > > Fixes: 8971a3b880b2 ("staging: hikey9xx: add USB physical

[PATCH v2] staging: hikey9xx: Fix incorrect assignment

2020-09-21 Thread Alex Dewar
In hi3670_phy_probe(), when reading property tx-vboost-lvl fails, its default value is assigned to priv->eye_diagram_param, rather than to priv->tx_vboost_lvl. Fix this. Fixes: 8971a3b880b2 ("staging: hikey9xx: add USB physical layer for Kirin 3670") Addresses-Coverity: CID 1497107: Incorrect