diff options
| author | Vincent Mailhol <[email protected]> | 2022-03-17 12:55:10 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-04-23 10:33:53 +0200 |
| commit | e13adbfa391264673bd3ff29ca966af0147b6f4d (patch) | |
| tree | c39a05ad5ee89a3d458aa00c56e81fd0f17afc22 /tools/perf/scripts/python/bin | |
| parent | 61f879ab755b7dd6f468c55358a3061092682041 (diff) | |
net: remove third argument of usb_maxpacket()
The third argument of usb_maxpacket(): in_out has been deprecated
because it could be derived from the second argument (e.g. using
usb_pipeout(pipe)).
N.B. function usb_maxpacket() was made variadic to accommodate the
transition from the old prototype with three arguments to the new one
with only two arguments (so that no renaming is needed). The variadic
argument is to be removed once all users of usb_maxpacket() get
migrated.
CC: Oliver Neukum <[email protected]>
CC: David S. Miller <[email protected]>
CC: Jakub Kicinski <[email protected]>
CC: Woojung Huh <[email protected]>
CC: Felix Fietkau <[email protected]>
CC: Lorenzo Bianconi <[email protected]>
CC: Ryder Lee <[email protected]>
CC: Kalle Valo <[email protected]>
CC: Matthias Brugger <[email protected]>
CC: Stanislaw Gruszka <[email protected]>
CC: Helmut Schaa <[email protected]>
Signed-off-by: Vincent Mailhol <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions