Re: [PATCH] fbcon: Destroy mutex on freeing struct fb_info

2022-08-22 Thread Helge Deller
On 8/21/22 13:17, Shigeru Yoshida wrote: > It's needed to destroy bl_curve_mutex on freeing struct fb_info since > the mutex is embedded in the structure and initialized when it's > allocated. > > Signed-off-by: Shigeru Yoshida applied. Thanks, Helge > --- > drivers/video/fbdev/core/fbsysfs.c |

[PATCH] fbcon: Destroy mutex on freeing struct fb_info

2022-08-21 Thread Shigeru Yoshida
It's needed to destroy bl_curve_mutex on freeing struct fb_info since the mutex is embedded in the structure and initialized when it's allocated. Signed-off-by: Shigeru Yoshida --- drivers/video/fbdev/core/fbsysfs.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/video/fbdev/core