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)
commitfcea94ac6154545dd13b17c947c07f5e0a54c121
tree3f5902468d18745669f540e354dbd562ef1f9983
parenteb9c4dd9bdfdebaa13846c16a8c79b5b336066b6
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: 52e013d0bffa ("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