]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg80211.c
authorIan W MORRISON <ianwmorrison@gmail.com>
Mon, 8 May 2017 13:40:35 +0000 (23:40 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 10:25:12 +0000 (12:25 +0200)
commitca6e8cdbe1865caf7b05483e1a242e72d9bc919f
treebe3c1615b88daaffae64c7e0834b13833f02263b
parent95d93e271d920dfda369d4740b1cc1061d41fe7f
staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg80211.c

A re-positioned call to kfree() in
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
causes a segmentation error. This patch removed the kfree() call.

Fixes 6557ddfec348 ("staging: rtl8723bs: Fix various errors in os_dep/ioctl_cfg80211.c")
Signed-off-by: Ian W Morrison <ianwmorrison@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c