Re: [PATCH 20/22] Input: stmfts - use device core to create driver-specific device attributes
From: Andi Shyti <andi.shyti@kernel.org>
Date: 2023-07-30 13:02:11
Also in:
lkml
From: Andi Shyti <andi.shyti@kernel.org>
Date: 2023-07-30 13:02:11
Also in:
lkml
Hi Dmitry, On Fri, Jul 28, 2023 at 05:51:29PM -0700, Dmitry Torokhov wrote:
Instead of creating driver-specific device attributes with devm_device_add_group() have device core do this by setting up dev_groups pointer in the driver structure. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org> Andi