]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rfkill: gpio: fix memory leak in probe error path
authorJohan Hovold <johan@kernel.org>
Thu, 26 Apr 2018 07:31:52 +0000 (09:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 May 2018 08:06:51 +0000 (10:06 +0200)
commit6a08f48efae8bf6f59288f7527436c44ee364553
tree853d159fd419f1482ce79cc696a3bb0cb189779e
parenta8c459de1668043739ec330f1f843702edd119e9
rfkill: gpio: fix memory leak in probe error path

commit 4bf01ca21e2e0e4561d1a03c48c3d740418702db upstream.

Make sure to free the rfkill device in case registration fails during
probe.

Fixes: 5e7ca3937fbe ("net: rfkill: gpio: convert to resource managed allocation")
Cc: stable <stable@vger.kernel.org> # 3.13
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/rfkill/rfkill-gpio.c