Bugzilla: https://bugzilla.redhat.com/2143363 Conflicts: removed chunks of unsupported devices oxu210hp and isp1760 commit dcd2e49b550e928164ccefb5bdf90988ed4df00e Author: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Date: Thu Mar 17 12:55:11 2022 +0900 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: Duncan Sands <duncan.sands@free.fr> CC: Alan Stern <stern@rowland.harvard.edu> CC: Olav Kongas <ok@artecdesign.ee> CC: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Link: https://lore.kernel.org/r/20220317035514.6378-7-mailhol.vincent@wanadoo.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Íñigo Huguet <ihuguet@redhat.com> |
||
---|---|---|
.. | ||
Makefile | ||
c67x00-drv.c | ||
c67x00-hcd.c | ||
c67x00-hcd.h | ||
c67x00-ll-hpi.c | ||
c67x00-sched.c | ||
c67x00.h |