OSDN Git Service

HID: hid-sony.c: Use devm_ api to simplify sony_leds_init()
authorHanno Zulla <abos@hanno.de>
Thu, 14 Jun 2018 14:30:46 +0000 (16:30 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 9 Jul 2018 13:14:07 +0000 (15:14 +0200)
commitf2d98e2c020e8f33813a746ac8a92a4582ac416a
tree550f948d9ede0abcdc985db79b2e183f3f320e8b
parentea4a5fdc8d07df9115881f698c14bcfd7046a846
HID: hid-sony.c: Use devm_ api to simplify sony_leds_init()

[PATCH 3/5] HID: hid-sony.c: Use devm_ api to simplify sony_leds_init()

Using devm_ calls, the resources of the Sony game devices's features are
tied to the main device handle, making it easier to handle errors and
teardown inside the device driver. Altogether, this reduces complexity
of the driver source.

Signed-off-by: Hanno Zulla <kontakt@hanno.de>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c