commit | e5b5a61fcb3743f1dacf9e20d28f48423cecf0c1 | [log] [tgz] |
---|---|---|
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | Fri Jul 31 13:36:21 2015 +0200 |
committer | Jacek Anaszewski <j.anaszewski@samsung.com> | Fri Aug 28 14:06:19 2015 +0200 |
tree | 957d8c7ed82f3796d1307b3bb300ad1c2507800f | |
parent | 4fc5af86837d983d7b1dd4edad245454e1874fa0 [diff] |
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>