]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25797f96d5962cd6f83c39a5eef2a15ac8bb44ee
tree96511bebd340003ee588386d47218fdae00db82d
parent3468b4e7a7be193960412eb7deeef76817909f8e
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