staging: r8188eu: offset is always 0 in iol_read_efuse
authorMartin Kaiser <martin@kaiser.cx>
Sat, 9 Jul 2022 17:09:57 +0000 (19:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Jul 2022 08:06:45 +0000 (10:06 +0200)
commitcda94a6b44f4eccd8581328f6e012db808f52905
tree8c5214ba6efc97b5810bf5d4c17745a7caf54cf1
parentdb9895b86b730c759749d7a6911cd966dd5b9aba
staging: r8188eu: offset is always 0 in iol_read_efuse

The offset parameter of iol_read_efuse is always 0. Remove the
parameter and use 0 in the function body.

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