[PATCH 0/2] staging: r8188eu: Use new usb_control_msg_recv/send()

From: Fabio M. De Francesco
Date: Mon Aug 23 2021 - 18:38:28 EST


Replace usb_control_msg() with the new usb_control_msg_recv() and
usb_control_msg_send() API of USB Core in usbctrl_vendorreq().

Remove camelcase and the unneded initial 'p' (for pointer?) from
the pIo_buf variable and from the pintfhdl and pdata arguments of
usbctrl_vendorreq().

Fabio M. De Francesco (2):
staging: r8188eu: Use usb_control_msg_recv/send() in
usbctrl_vendorreq()
staging: r8188eu: Make some clean-ups in usbctrl_vendorreq()

drivers/staging/r8188eu/hal/usb_ops_linux.c | 47 ++++++++++-----------
1 file changed, 23 insertions(+), 24 deletions(-)

--
2.32.0