UPSTREAM: phy: rockchip-inno-usb2: fix uninitialized tmout variable
authorArnd Bergmann <arnd@arndb.de>
Wed, 16 Nov 2016 14:22:38 +0000 (15:22 +0100)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 8 Dec 2016 04:09:40 +0000 (12:09 +0800)
commitdc1f06cefa8ce04a8f0461c1a637381b10b0f712
treeb61821fc30dd10deee3d3eaca35253b5e49abb81
parenta17899cda8774249c784fb7de9180ff3f270a946
UPSTREAM: phy: rockchip-inno-usb2: fix uninitialized tmout variable

The newly added OTG support has an obvious uninitialized variable
access that gcc warns about:

drivers/phy/phy-rockchip-inno-usb2.c: In function 'rockchip_chg_detect_work':
drivers/phy/phy-rockchip-inno-usb2.c:717:7: error: 'tmout' may be used uninitialized in this function [-Werror=maybe-uninitialized]

This replaces the use of the uninitialized variable with what
the value was in the previous USB_CHG_STATE_WAIT_FOR_DCD
state.

Change-Id: Ibeed4872e1168e135a332a0978d85a4e48083267
Fixes: 0c42fe48fd23 ("phy: rockchip-inno-usb2: support otg-port for rk3399")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: William Wu <wulf@rock-chips.com>
(cherry picked from git.kernel.org kishon/linux-phy next
 commit dd796e921ea571624fcd8685f214fdfd4406101f)
drivers/phy/phy-rockchip-inno-usb2.c