Re: [PATCH v2] fbcon: Use static attribute groups for sysfs entries

From: Helge Deller
Date: Wed Mar 19 2025 - 17:50:46 EST


On 3/14/25 09:16, Thomas Zimmermann wrote:
Am 14.03.25 um 07:09 schrieb oushixiong1025@xxxxxxx:
From: Shixiong Ou <oushixiong@xxxxxxxxxx>

Using device_create_with_groups() to simplify creation and removal.
Same as commit 1083a7be4504 ("tty: Use static attribute groups for
sysfs entries").

Signed-off-by: Shixiong Ou <oushixiong@xxxxxxxxxx>

Acked-by: Thomas Zimmermann <tzimmermann@xxxxxxx>

with minor comments below

---
  drivers/video/fbdev/core/fbcon.c | 69 +++++++++-----------------------
  1 file changed, 19 insertions(+), 50 deletions(-)

series applied with changes as suggested by Thomas.

Thanks!
Helge