aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVincent Mailhol <[email protected]>2022-03-17 12:55:09 +0900
committerGreg Kroah-Hartman <[email protected]>2022-04-23 10:33:53 +0200
commit61f879ab755b7dd6f468c55358a3061092682041 (patch)
tree0c23271c18bd3f44c7d1885d9d9dd6522eaee2db /tools/perf/scripts/python
parent948bf187694fc1f4c20cf972fa18b1a6fb3d7603 (diff)
media: 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: Sean Young <[email protected]> CC: Mauro Carvalho Chehab <[email protected]> CC: Benjamin Valentin <[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')
0 files changed, 0 insertions, 0 deletions