Searched hist:"238 e0268c82789e4c107a37045d529a6dbce51a9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/common/ |
H A D | common.c | diff 238e0268c82789e4c107a37045d529a6dbce51a9 Fri Mar 01 05:05:45 CST 2019 Fabrizio Castro <fabrizio.castro@bp.renesas.com> usb: common: Consider only available nodes for dr_mode
There are cases where multiple device tree nodes point to the same phy node by means of the "phys" property, but we should only consider those nodes that are marked as available rather than just any node.
Fixes: 98bfb3946695 ("usb: of: add an api to get dr_mode by the phy node") Cc: stable@vger.kernel.org # v4.4+ Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|