2022-07-29 14:34:28

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH] 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: "Marek Behún" <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/leds/leds-turris-omnia.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/leds/leds-turris-omnia.c b/drivers/leds/leds-turris-omnia.c
index 1adfed1c0619..eac6f4a573b2 100644
--- a/drivers/leds/leds-turris-omnia.c
+++ b/drivers/leds/leds-turris-omnia.c
@@ -239,9 +239,6 @@ static int omnia_leds_probe(struct i2c_client *client,
led += ret;
}

- if (devm_device_add_groups(dev, omnia_led_controller_groups))
- dev_warn(dev, "Could not add attribute group!\n");
-
return 0;
}

@@ -283,6 +280,7 @@ static struct i2c_driver omnia_leds_driver = {
.driver = {
.name = "leds-turris-omnia",
.of_match_table = of_omnia_leds_match,
+ .dev_groups = omnia_led_controller_groups,
},
};

--
2.37.1


2022-07-29 17:13:24

by Marek Behún

[permalink] [raw]
Subject: Re: [PATCH] leds: turris-omnia: convert to use dev_groups

On Fri, 29 Jul 2022 16:03:46 +0200
Greg Kroah-Hartman <[email protected]> wrote:

> 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: "Marek Behún" <[email protected]>
> Cc: Pavel Machek <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Greg Kroah-Hartman <[email protected]>

Reviewed-by: Marek Behún <[email protected]>

2022-07-30 21:02:05

by Pavel Machek

[permalink] [raw]
Subject: Re: [PATCH] leds: turris-omnia: convert to use dev_groups

On Fri 2022-07-29 18:53:38, Marek Beh?n wrote:
> On Fri, 29 Jul 2022 16:03:46 +0200
> Greg Kroah-Hartman <[email protected]> wrote:
>
> > 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: "Marek Beh?n" <[email protected]>
> > Cc: Pavel Machek <[email protected]>
> > Cc: [email protected]
> > Cc: [email protected]
> > Signed-off-by: Greg Kroah-Hartman <[email protected]>
>
> Reviewed-by: Marek Beh?n <[email protected]>

Thank you, applied.

Pavel
--
People of Russia, stop Putin before his war on Ukraine escalates.


Attachments:
(No filename) (833.00 B)
signature.asc (201.00 B)
Download all attachments