staging: r8188eu: remove unnecessary type casts
authorMichael Straube <straube.linux@gmail.com>
Sun, 29 Aug 2021 11:25:55 +0000 (13:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:44 +0000 (08:49 +0200)
commitf94cef962523ddd864ad8d047135022c5df1e1e7
tree0071787a9fae9b443f825eae9809f33b92449870
parent67f8dd7653698cf4af7982d51b7aa0b8f64df132
staging: r8188eu: remove unnecessary type casts

The field rx_data of struct recv_frame and the local variable pframe
both have type (u8 *). Remove unnecessary type casts to (unsigned char *).

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210829112555.8726-4-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_security.c