diff options
author | Niklas Neronin <[email protected]> | 2024-04-29 17:02:33 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-05-01 08:47:14 +0200 |
commit | 7e2bd7dd80841729993ca6903dbf58b3b2b2b565 (patch) | |
tree | aa8f26331b1fc185ba79ef3188f0d7a92eacd611 /scripts/generate_rust_analyzer.py | |
parent | 5adc1cc038f4446b11dd260e0a848fdeaac12306 (diff) |
usb: xhci: remove redundant variable 'erst_size'
'erst_size' represents the maximum capacity of entries that ERST can hold,
while 'num_entries' indicates the actual number of entries currently held
in the ERST. These two values are identical because the xhci driver does
not support ERST expansion. Thus, 'erst_size' is removed.
Suggested-by: Mathias Nyman <[email protected]>
Signed-off-by: Niklas Neronin <[email protected]>
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 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions