Re: [PATCH v5 07/14] mfd: lm3533: Use dev_groups in struct device_driver
Johan Hovold <[email protected]> Fri, 3 Jul 2026 12:11:59 +0200
| Newsgroups | org.kernel.vger.linux-fbdev,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel,org.kernel.vger.linux-leds |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 17, 2026 at 11:00:24AM +0300, Svyatoslav Ryhel wrote: > Instead of creating and removing the device sysfs attributes directly > during probe and remove of the driver, respectively, use dev_groups in > struct device_driver to point to the attribute definitions and let the > core take care of creating and removing them. > > No intentional functional impact. > > Signed-off-by: Svyatoslav Ryhel <[email protected]> Reviewed-by: Johan Hovold <[email protected]>