From: Dan Carpenter Date: Mon, 13 Aug 2012 16:57:03 +0000 (+0300) Subject: xhci: Fix a logical vs bitwise AND bug X-Git-Tag: v3.6-rc6~19^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=052c7f9ffb0e95843e75448d02664459253f9ff8;p=pandora-kernel.git xhci: Fix a logical vs bitwise AND bug The intent was to test whether the flag was set. This patch should be backported to stable kernels as old as 3.0, since it fixes a bug in commit e95829f474f0db3a4d940cae1423783edd966027 "xhci: Switch PPT ports to EHCI on shutdown.", which was marked for stable. Signed-off-by: Dan Carpenter Signed-off-by: Sarah Sharp Cc: stable@vger.kernel.org --- Reading git-diff-tree failed