staging: r8188eu: remove code to get int in pipe handle
authorMartin Kaiser <martin@kaiser.cx>
Fri, 26 Nov 2021 17:32:01 +0000 (18:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Dec 2021 14:11:33 +0000 (15:11 +0100)
commit5da7b6537feed299a739d017e74cfb2a5b97a0be
treec3aa8d319abb2938ef1c1caeff02defbb6b6a932
parentad697c64350f64faabf98c851abb625b1b880116
staging: r8188eu: remove code to get int in pipe handle

After the previous cleanup, ffaddr2pipehdl is called only by
rtw_write_port. This function will never ask for the pipe handle
of the interrupt in pipe. We can remove the related code.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211126173205.21352-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtl8188e_recv.h
drivers/staging/r8188eu/os_dep/usb_ops_linux.c