From: Dan Williams Date: Wed, 21 May 2014 01:09:10 +0000 (-0700) Subject: usb: usb3 ports do not support FEAT_C_ENABLE X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6908058469e3253637894d1cb3e2581870c77e1d;p=pandora-kernel.git usb: usb3 ports do not support FEAT_C_ENABLE The port pm_runtime implementation unconditionally clears FEAT_C_ENABLE after clearing PORT_POWER, but the bit is reserved on usb3 hub ports. We expect khubd to be prevented from running because the port state is not RPM_ACTIVE, so we need to clear any errors for usb2 ports. Acked-by: Alan Stern Signed-off-by: Dan Williams Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed