]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging/rtl8188eu/os_dep: Remove unneeded variable ret
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Sat, 29 Jun 2019 18:26:50 +0000 (23:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jul 2019 07:07:03 +0000 (09:07 +0200)
commit690a993f100fa63e4d3af83e3b2334211738f181
treeac7f9b3da2e8858470bb8476007503d40ab71676
parent01bc283e819895cca6d9b5c91062552db79cac26
staging/rtl8188eu/os_dep: Remove unneeded variable ret

Below list of functions returns 0 in success and -EINVAL in failure. So
directly return 0 on Success.

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c