usb: ehci-hcd: Correct CLEAR_FEATURE code
This commit broke USB on olinuxino board:

  87b9bea USB: host: hub: Use usb_hub_power_on from U-Boot

This patch was ported from U-Boot with small changes. See discussion:
http://lists.denx.de/pipermail/u-boot/2013-May/153920.html

The root cause seems to be a missing mask and missing 'break' in
ehci-hcd.c. Fix both.

Signed-off-by: Dmitry Voytik <voytikd@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 1163279 commit d8f5a28be3e6a671bc257b479cf54953d8d4a3c6
@Dmitry Voytik Dmitry Voytik authored on 16 Oct 2014
Sascha Hauer committed on 21 Oct 2014
Showing 1 changed file
View
drivers/usb/host/ehci-hcd.c