staging: rtl8723bs: os_dep: Remove Unneeded variable ret
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Mon, 13 May 2019 11:15:18 +0000 (16:45 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 05:40:39 +0000 (07:40 +0200)
commita8f7e0c9b9ae8a7fdc7be33cda6003659c14028f
tree96511bebd340003ee588386d47218fdae00db82d
parent83ee6ec7740b75dc0db042bbf76581ba4e4e2a2a
staging: rtl8723bs: os_dep: Remove Unneeded variable ret

fix below issue reported by coccicheck

drivers/staging/rtl8723bs/os_dep/ioctl_linux.c:2685:5-8: Unneeded
variable: "ret". Return "0" on line 3266

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
----
Changes in v2:
  - make subject line more clean

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c