staging: rtl8188eu: remove constant function parameter
authorMartin Kaiser <martin@kaiser.cx>
Sun, 18 Jul 2021 17:36:08 +0000 (19:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 08:31:22 +0000 (10:31 +0200)
commita5efd7bd83b4a7d044e415c2d3ccf3a7c81b72b1
treef8b27ff6e5605a2ae3d0a4a7825ccb81616a8c1b
parent9d326c02ef0ee693c87c7af3ef1c69e9e1467a61
staging: rtl8188eu: remove constant function parameter

The rtl88eu_pwrseqcmdparsing function takes a parameter to restrict
commands to certain power cut versions of the rtl8188eu chipset.
This mechanism is not used, the callers always select all versions.

Remove the power cut parameter.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210718173610.894-8-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/pwrseqcmd.c
drivers/staging/rtl8188eu/hal/usb_halinit.c
drivers/staging/rtl8188eu/include/pwrseqcmd.h