]> git.baikalelectronics.ru Git - kernel.git/commit
phy: qcom-qmp: Initialize another pointer to NULL
authorStephen Boyd <swboyd@chromium.org>
Mon, 26 Oct 2020 20:59:42 +0000 (13:59 -0700)
committerVinod Koul <vkoul@kernel.org>
Wed, 28 Oct 2020 16:17:50 +0000 (21:47 +0530)
commit413521ccc5b93a2b73f7ba81336c82e51b27590f
tree3f5902468d18745669f540e354dbd562ef1f9983
parentc069000bcd6488a5aa544636095850da3215efc3
phy: qcom-qmp: Initialize another pointer to NULL

This probe function is too complicated and should be refactored. For now
let's just set this variable to NULL and keep the static analysis tools
happy.

Fixes: b764d227ef0b ("phy: qcom-qmp: Add support for DP in USB3+DP combo phy")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20201026205942.2861828-1-swboyd@chromium.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp.c