]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/leds/led-class.c
leds/led-class: Add missing put_device()
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Fri, 31 Jul 2015 11:36:21 +0000 (13:36 +0200)
committerJacek Anaszewski <j.anaszewski@samsung.com>
Fri, 28 Aug 2015 12:06:19 +0000 (14:06 +0200)
commite5b5a61fcb3743f1dacf9e20d28f48423cecf0c1
tree957d8c7ed82f3796d1307b3bb300ad1c2507800f
parent4fc5af86837d983d7b1dd4edad245454e1874fa0
leds/led-class: Add missing put_device()

Devices found by class_find_device must be freed with put_device().
Otherwise the reference count will not work properly.

Fixes: a96aa64cb572 ("leds/led-class: Handle LEDs with the same name")
Reported-by: Alan Tull <delicious.quinoa@gmail.com>
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
drivers/leds/led-class.c