]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: fbcon: Destroy mutex on freeing struct fb_info
authorShigeru Yoshida <syoshida@redhat.com>
Sun, 21 Aug 2022 11:17:31 +0000 (20:17 +0900)
committerHelge Deller <deller@gmx.de>
Wed, 24 Aug 2022 19:47:08 +0000 (21:47 +0200)
commite770a5cbdcfd410158e15e84ac30a6ae11e2024f
tree6e317ee0df1c4809664587ae155dadbf6d366738
parent11b7370d35dbd3e4172397740ec8d4eef7dd7c1a
fbdev: fbcon: Destroy mutex on freeing struct fb_info

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 <syoshida@redhat.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/core/fbsysfs.c