diff options
author | Tony Lindgren <tony@atomide.com> | 2018-05-31 10:05:38 -0700 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-06-29 12:00:22 +0530 |
commit | ad5003300b077bf1af15e667097b3b1f73288177 (patch) | |
tree | 40ac0853d01c10bbb568225eb1012098d6c30756 /drivers/phy/broadcom | |
parent | d70262ea0e36af4f7812e67108baa818592cde8f (diff) | |
download | linux-ad5003300b077bf1af15e667097b3b1f73288177.tar.bz2 |
phy: mapphone-mdm6600: Fix wrong enum used for status lines
Kbuilt test robot reported:
drivers/phy/motorola/phy-mapphone-mdm6600.c:188:16: warning: is used
uninitialized in this function [-Wuninitialized]
val |= values[i] << i;
~~~~~~^~~
Looking at the phy_mdm6600_status() values does get initialized by
gpiod_get_array_value_cansleep(), but we are using wrong enum
in that function. Let's fix the use, both end up being three though
so urgent rush on this one AFAIK.
Fixes: 5d1ebbda0318 ("phy: mapphone-mdm6600: Add USB PHY driver for
MDM6600 on Droid 4")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/broadcom')
0 files changed, 0 insertions, 0 deletions