gfx: remove mutex protection in __dpi_panel_power_off
authorLi Peng <peng.li@intel.com>
Thu, 26 Jul 2012 06:04:04 +0000 (14:04 +0800)
committerLi Peng <peng.li@intel.com>
Thu, 26 Jul 2012 06:05:03 +0000 (14:05 +0800)
commita8efc87a47cc20ac0a86545ece5bd7b79f06745f
treeb612730c99223b4892114dda2502947af252d91d
parent81698064fca8a245721bbd29506e2f627886f9d6
gfx: remove mutex protection in __dpi_panel_power_off

we already called mutex lock at higher level function, so no need to
do it again at __dpi_panel_power_off, otherwise it will cause mutex
lock twice at suspend path

Signed-off-by: Li Peng <peng.li@intel.com>
drivers/staging/mrst.mcg/drv/mdfld_dsi_dpi.c