]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fbdev: sh_mobile_lcdc: Destroy mutex at remove time
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 15 Mar 2012 17:34:05 +0000 (18:34 +0100)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 19 Jul 2012 00:05:22 +0000 (02:05 +0200)
commit0c75c4e073a8ec35bfd6c8adcceb2b896f2063e2
tree662e23649ac19a7e87c1befd04a57720febe791c
parent239921ec1d969e904676f444a92e6d68a928d98c
fbdev: sh_mobile_lcdc: Destroy mutex at remove time

Add a missing mutex_destroy() call when the driver is unbound from the
device.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/video/sh_mobile_lcdcfb.c