Re: [PATCH v5 07/14] mfd: lm3533: Use dev_groups in struct device_driver
From: Johan Hovold
Date: Fri Jul 03 2026 - 06:27:51 EST
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 <clamor95@xxxxxxxxx>
Reviewed-by: Johan Hovold <johan@xxxxxxxxxx>