Re: [PATCH] staging: rtl8723bs: os_dep: Remove return variables

2019-10-02 Thread Dan Carpenter
Someone already sent a patch to remove these functions. Generally there should only be empty functions like this in a .h file. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org

[PATCH] staging: rtl8723bs: os_dep: Remove return variables

2019-10-02 Thread Saurav Girepunje
Remove return variables, return the values directly, as the functions all return 0 in all cases. Signed-off-by: Saurav Girepunje --- drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git