Re: [PATCH] fbdev/udlfb: Use const 'struct bin_attribute' callback

From: Helge Deller
Date: Sun Dec 22 2024 - 01:06:54 EST


On 12/15/24 15:55, 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 definition.

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

applied.

Thanks!
Helge