Re: [PATCH] fbdev/radeon: Use const 'struct bin_attribute' callbacks

From: Helge Deller
Date: Sun Dec 22 2024 - 01:05:51 EST


On 12/15/24 15:58, Thomas Weißschuh wrote:
The sysfs core now provides callback variants that explicitly take a
const pointer. Make use of it to match the attribute definitions.

Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
---
drivers/video/fbdev/aty/radeon_base.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

applied.

Thanks!
Helge