summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorVivek Gautam <gautam.vivek@samsung.com>2013-03-21 12:06:48 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-05 10:16:37 -0700
commit98b3faa6da804a4cbb5aa205fac0933585d49444 (patch)
tree63fa5d8fd5af453e23dfc1e635121342f6771eba /fs
parentc7eff9734960f1730b0373b2635e8e055592c318 (diff)
usb: xhci: Fix TRB transfer length macro used for Event TRB.
commit 1c11a172cb30492f5f6a82c6e118fdcd9946c34f upstream. Use proper macro while extracting TRB transfer length from Transfer event TRBs. Adding a macro EVENT_TRB_LEN (bits 0:23) for the same, and use it instead of TRB_LEN (bits 0:16) in case of event TRBs. This patch should be backported to kernels as old as 2.6.31, that contain the commit b10de142119a676552df3f0d2e3a9d647036c26a "USB: xhci: Bulk transfer support". This patch will have issues applying to older kernels. Signed-off-by: Vivek gautam <gautam.vivek@samsung.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions