From: Sarah Sharp Date: Mon, 27 Jul 2009 19:05:08 +0000 (-0700) Subject: USB: xhci: Always align output device contexts to 64 bytes. X-Git-Tag: v2.6.31-rc5~71^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c2d2efb48dec2f0b050affae6d5787d6449e47;p=pandora-kernel.git USB: xhci: Always align output device contexts to 64 bytes. Make sure the xHCI output device context is 64-byte aligned. Previous code was using the same structure for both the output device context and the input control context. Since the structure had 32 bytes of flags before the device context, the output device context wouldn't be 64-byte aligned. Define a new structure to use for the output device context and clean up the debugging for these two structures. The copy of the device context in the input control context does *not* need to be 64-byte aligned. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed