From: Sarah Sharp Date: Wed, 9 Dec 2009 23:59:08 +0000 (-0800) Subject: USB: xhci: Refactor code to clear port change bits. X-Git-Tag: v2.6.34-rc1~215^2~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34fb562a436ca50e13c05e7584c9d62f151052bf;p=pandora-kernel.git USB: xhci: Refactor code to clear port change bits. Refactor the code to clear the port change bits in the port status register. All port status change bits are write one to clear. Remove a redundant port status read that was supposed to unblock any posted writes. We read the port after the write to get the updated status for debugging, so the port read after that is unnecessary. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed