staging: r8188eu: txpktbuf_bndy is always 0
authorMartin Kaiser <martin@kaiser.cx>
Sat, 9 Jul 2022 17:09:55 +0000 (19:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Jul 2022 08:06:45 +0000 (10:06 +0200)
commit36442aa73ba715da998d3a42a4a4d5f594cb6f0d
treeb79dd0ffe4960d274013c487fa25edcb8368e05b
parente1ebb0d6a163a318de9b9d6eb0a7f6343bb7255b
staging: r8188eu: txpktbuf_bndy is always 0

The only caller of iol_read_efuse sets the txpktbuf_bndy parameter to 0.
Remove the parameter from iol_read_efuse and use 0 in the function body.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220709171000.180481-10-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c