Re: [PATCH 1/2] fbcon: Register sysfs groups through device_add_group

2025-03-13 Thread Shixiong Ou
在 2025/3/13 00:47, Thomas Weißschuh 写道: Hi, On Tue, Mar 11, 2025 at 07:28:55PM +0800, oushixiong1...@163.com wrote: From: Shixiong Ou Use device_add_group() to simplify creation and removal. Signed-off-by: Shixiong Ou --- drivers/video/fbdev/core/fbcon.c | 48 +++

Re: [PATCH 1/2] fbcon: Register sysfs groups through device_add_group

2025-03-12 Thread Thomas Weißschuh
Hi, On Tue, Mar 11, 2025 at 07:28:55PM +0800, oushixiong1...@163.com wrote: > From: Shixiong Ou > > Use device_add_group() to simplify creation and removal. > > Signed-off-by: Shixiong Ou > --- > drivers/video/fbdev/core/fbcon.c | 48 +++- > 1 file changed, 22 inse

Re: [PATCH 1/2] fbcon: Register sysfs groups through device_add_group

2025-03-12 Thread kernel test robot
ixiong1025%40163.com patch subject: [PATCH 1/2] fbcon: Register sysfs groups through device_add_group config: hexagon-allmodconfig (https://download.01.org/0day-ci/archive/20250312/202503122323.h75sqfrd-...@intel.com/config) compiler: clang version 21.0.0git (https://github.com/llvm/ll

Re: [PATCH 1/2] fbcon: Register sysfs groups through device_add_group

2025-03-12 Thread kernel test robot
ixiong1025%40163.com patch subject: [PATCH 1/2] fbcon: Register sysfs groups through device_add_group config: sparc-randconfig-001-20250312 (https://download.01.org/0day-ci/archive/20250312/202503121852.0x6j0c7a-...@intel.com/config) compiler: sparc64-linux-gcc (GCC) 14.2.0 reproduce (this is a

[PATCH 1/2] fbcon: Register sysfs groups through device_add_group

2025-03-11 Thread oushixiong1025
From: Shixiong Ou Use device_add_group() to simplify creation and removal. Signed-off-by: Shixiong Ou --- drivers/video/fbdev/core/fbcon.c | 48 +++- 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/drivers/video/fbdev/core/fbcon.c b/drivers/video/fbd