OSDN Git Service

phy: phy-twl4030-usb: silence an uninitialized variable warning
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 30 Jun 2017 08:01:47 +0000 (11:01 +0300)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 22 Aug 2017 04:41:25 +0000 (10:11 +0530)
commitdf674efa32b522fc024d26b0a667a7985e8b87da
tree2dbe2487c96f2527689a3acd89f9cd2beb65cf30
parent5e39c6cf575f0539a3cac86aa066624d17d86816
phy: phy-twl4030-usb: silence an uninitialized variable warning

The "check" variable isn't necessarily initialized when we print it out
in the debugging messages.  It's a pretty haphazard affair and it
doesn't matter very much what we initialize "check" to.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/ti/phy-twl4030-usb.c