leds: turris-omnia: convert to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jul 2022 14:03:46 +0000 (16:03 +0200)
committerPavel Machek <pavel@ucw.cz>
Sat, 30 Jul 2022 20:56:58 +0000 (22:56 +0200)
commita01633cd867b8ddf2d8321fe575dc3c54e037b09
treeac5fc3214512a18314c6ef7d373633bb80d26566
parent92cfc71ee2ddfb499ed53e21b28bdf8739bc70bc
leds: turris-omnia: convert to use dev_groups

The driver core supports the ability to handle the creation and removal
of device-specific sysfs files in a race-free manner.  Take advantage of
that by converting this driver to use this by moving the sysfs
attributes into a group and assigning the dev_groups pointer to it.

Cc: Pavel Machek <pavel@ucw.cz>
Cc: linux-leds@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Reviewed-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-turris-omnia.c