From: Michael Welling Date: Mon, 28 Jul 2014 23:01:04 +0000 (-0500) Subject: mfd: omap-usb-host: Fix improper mask use. X-Git-Tag: omap-for-v3.17/fixes-against-rc2~129^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46de8ff8e80a6546aa3d2fdf58c6776666301a0c;p=pandora-kernel.git 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 Signed-off-by: Lee Jones --- Reading git-diff-tree failed