staging: r8188eu: remove unnecessary casting
authorDeepak R Varma <drv@mailo.com>
Sun, 6 Nov 2022 17:57:12 +0000 (23:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Nov 2022 15:29:46 +0000 (16:29 +0100)
commita57ef65a09a0214776675dcf931ace146724b63c
tree76cb90612655a92d69ad1fc27d9eacb097e6dd23
parentc1a84fe1f431cb3de6763aabddcf6073d5053f9d
staging: r8188eu: remove unnecessary casting

The dhcpMessage struct member variable "cookie" is already declared
to be of type __be32. There is no need to cast it again as __be32.

Signed-off-by: Deepak R Varma <drv@mailo.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/c333e22349c5c347c740b425330b35830b969fa9.1667755987.git.drv@mailo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_br_ext.c