aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_in.c
diff options
context:
space:
mode:
authorMathias Nyman <[email protected]>2023-10-19 13:29:18 +0300
committerGreg Kroah-Hartman <[email protected]>2023-10-21 12:38:54 +0200
commitd1830364e9633573947185343d28aa1224356743 (patch)
treee633c65e09ec397e25b26f4606c54a6013050e58 /net/lapb/lapb_in.c
parent3321f84bfae010f257de77b9f9a96d9bae183cf6 (diff)
xhci: Simplify event ring dequeue pointer update for port change events
Increase the event ring dequeue pointer for port change events in the same way as other event types. No need to handle it separately. This only touches the driver side tracking of event ring dequeue. Note: this does move forward the event ring dequeue increase for port change events a bit. Previously the dequeue was increased before temporarily dropping the xhci lock while kicking roothub polling. Now dequeue is increased after re-aquiring the lock. This should not matter as event ring dequeue is not touched at all by hub thread. It's only touched in xhci interrupt handler. Signed-off-by: Mathias Nyman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions