staging: rtl8192e: Remove u16 cast for u32 parameter
authorSolomon Tan <wjsota@gmail.com>
Sat, 23 Apr 2022 13:01:49 +0000 (21:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Apr 2022 09:35:18 +0000 (11:35 +0200)
commitc9c5f7e02b28a0148285d3595a3eb5da9d168094
tree56046b28f2cbb4256a08aeab21b30dc22500e0be
parentbd0b9adf3583fb99d285b39a7847a7ee4cdadb92
staging: rtl8192e: Remove u16 cast for u32 parameter

The explicit u16 cast is not necessary because rtl92e_eeprom_read's
second parameter is defined to be u32.

Signed-off-by: Solomon Tan <wjsota@gmail.com>
Link: https://lore.kernel.org/r/20220423130150.161903-7-wjsota@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c