staging: typec: fusb302: Fix chip->vbus_present init value
authorYueyao Zhu <yueyao.zhu@gmail.com>
Tue, 9 May 2017 16:04:55 +0000 (09:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 09:23:55 +0000 (11:23 +0200)
commitaac53ee4557947d778cb6a255c719e5c70963c42
treefc3f99da69ce0c76bce00cdd3ddb2ac8d790bbbc
parent227383f8c28ea9e53d958801790d0e2e8f985d08
staging: typec: fusb302: Fix chip->vbus_present init value

FUSB_REG_STATUS0 & FUSB_REG_STATUS0_VBUSOK = 0x40 & 0x80 is always
zero. Fix the code to what it is intended to be: check the VBUSOK
bit of the value read from address FUSB_REG_STATUS0.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Yueyao Zhu <yueyao.zhu@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/typec/fusb302/fusb302.c