]> git.baikalelectronics.ru Git - kernel.git/commit
usb: typec: fusb302: fix "op-sink-microwatt" default that was in mW
authorThomas Hebb <tommyhebb@gmail.com>
Mon, 20 Jan 2020 14:09:06 +0000 (06:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jan 2020 09:13:03 +0000 (10:13 +0100)
commit0bb99d7bd966ff2ecd4ced40eed9c52781c377e6
tree4b51ee547c7b4084b6cc72e186b4c3134f49572b
parent890d0156cb43effc6cbe73f7e5c5794417ae0ed6
usb: typec: fusb302: fix "op-sink-microwatt" default that was in mW

commit a6a1d91f23b6 ("usb: typec: fusb302: Always provide fwnode for the
port") didn't convert this value from mW to uW when migrating to a new
specification format like it should have.

Fixes: a6a1d91f23b6 ("usb: typec: fusb302: Always provide fwnode for the port")
Cc: stable@vger.kernel.org
Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/0da564559af75ec829c6c7e3aa4024f857c91bee.1579529334.git.tommyhebb@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/fusb302.c