drivers/usb/typec/tps6598x.c: fix portinfo width
authorNikolaus Voss <nikolaus.voss@loewensteinmedical.de>
Fri, 28 Jun 2019 09:01:08 +0000 (11:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Jul 2019 06:11:20 +0000 (08:11 +0200)
commit63b3028cd590d86f0e4c3309875939d2b8c3054d
tree20dae7c86cd9c30b35f6b10933e58dd8ef1e2430
parent57e16e0d8c6861ae0e24bf9943666ce5cac9900e
drivers/usb/typec/tps6598x.c: fix portinfo width

commit 05da75fc651138e51ff74ace97174349910463f5 upstream.

Portinfo bit field is 3 bits wide, not 2 bits. This led to
a wrong driver configuration for some tps6598x configurations.

Fixes: 0a4c005bd171 ("usb: typec: driver for TI TPS6598x USB Power Delivery controllers")
Signed-off-by: Nikolaus Voss <nikolaus.voss@loewensteinmedical.de>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tps6598x.c