diff options
| author | Vincent Mailhol <[email protected]> | 2022-03-17 12:55:12 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-04-23 10:33:53 +0200 |
| commit | 80b2b03bacfc071ceaac034fa81d535d27d57b31 (patch) | |
| tree | f2ccba9cc833b6f8dad1f8123910b3aef46e5657 /tools/perf/scripts/python/libxed.py | |
| parent | dcd2e49b550e928164ccefb5bdf90988ed4df00e (diff) | |
sound: usb: 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: Jaroslav Kysela <[email protected]>
CC: Takashi Iwai <[email protected]>
CC: Clemens Ladisch <[email protected]>
Acked-by: Takashi Iwai <[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/libxed.py')
0 files changed, 0 insertions, 0 deletions