mfd: omap-usb-host: Fix improper mask use.
authorMichael Welling <mwelling@emacinc.com>
Mon, 28 Jul 2014 23:01:04 +0000 (18:01 -0500)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 Jul 2014 15:08:49 +0000 (16:08 +0100)
commit46de8ff8e80a6546aa3d2fdf58c6776666301a0c
treedcc6d751c6507b62190436c2415766d098d6f493
parent30a2af3a320d5c0598cde08ba6e5d22a724f82e4
mfd: omap-usb-host: Fix improper mask use.

single-ulpi-bypass is a flag used for older OMAP3 silicon.

The flag when set, can excite code that improperly uses the
OMAP_UHH_HOSTCONFIG_UPLI_BYPASS define to clear the corresponding bit.
Instead it clears all of the other bits disabling all of the ports in
the process.

Cc: stable@vger.kernel.org
Signed-off-by: Michael Welling <mwelling@emacinc.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/omap-usb-host.c