OSDN Git Service

staging: r8188eu: remove rtw_IOL_append_LLT_cmd()
authorMichael Straube <straube.linux@gmail.com>
Fri, 10 Sep 2021 11:11:10 +0000 (13:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:55 +0000 (08:49 +0200)
commit3f3a31b82c3d1adf9321511b3b0b5aaff2d39bba
treef40d4f2dc57b81dc2df4b4f926d8cc9bb2653acf
parentcc21fe8cb93f58b4237037c90f9110109360794b
staging: r8188eu: remove rtw_IOL_append_LLT_cmd()

Function rtw_IOL_append_LLT_cmd() just returns _SUCCESS and the only
caller does not use the return value. Remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210910111110.4628-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_iol.c
drivers/staging/r8188eu/include/rtw_iol.h
drivers/staging/r8188eu/os_dep/ioctl_linux.c