diff options
author | 2020-06-24 16:59:45 +0300 | |
---|---|---|
committer | 2020-06-24 16:03:41 +0200 | |
commit | dceea67058fe22075db3aed62d5cb62092be5053 (patch) | |
tree | ae0e29d106a62822e9db4e220105b1d6178cb183 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | usb: cdns3: ep0: add spinlock for cdns3_check_new_setup (diff) | |
download | linux-dev-dceea67058fe22075db3aed62d5cb62092be5053.tar.xz linux-dev-dceea67058fe22075db3aed62d5cb62092be5053.zip |
xhci: Fix incorrect EP_STATE_MASK
EP_STATE_MASK should be 0x7 instead of 0xf
xhci spec 6.2.3 shows that the EP state field in the endpoint context data
structure consist of bits [2:0].
The old value included a bit from the next field which fortunately is a
RsvdZ region. So hopefully this hasn't caused too much harm
Cc: stable@vger.kernel.org
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20200624135949.22611-2-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions