staging: r8188eu: remove unused semaphore "allrxreturnevt"
authorVihas Makwana <makvihas@gmail.com>
Wed, 27 Apr 2022 19:00:54 +0000 (00:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 May 2022 21:19:14 +0000 (23:19 +0200)
commitfbfa3c632746c3cc6cd3d1b01be5e850ed090029
treec9a3091dac81bb2f9ac5c1f23983f26c22ddda15
parent3a9aaf047a37eb5e30218ff979ddba373b48e0e8
staging: r8188eu: remove unused semaphore "allrxreturnevt"

The semaphore allrxreturnevt of struct recv_priv is initialized but not
used anywhere in the code.
Remove the initialization and the structure member.

Signed-off-by: Vihas Makwana <makvihas@gmail.com>
Link: https://lore.kernel.org/r/20220427190054.17841-1-makvihas@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c
drivers/staging/r8188eu/include/rtw_recv.h