From: Kim, Milo Date: Tue, 18 Dec 2012 00:00:45 +0000 (-0800) Subject: drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code X-Git-Tag: v3.8-rc1~74^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa4d02fbaf49e57f8a18f68e736e34c514030a2;p=pandora-kernel.git drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code The mutex for accessing lp855x registers is used in case of the user-space interaction. When the brightness is changed via sysfs, the mutex is required. But the backlight class device already provides it. Thus, the lp855x mutex is unnecessary. Signed-off-by: Milo(Woogyom) Kim Cc: Thierry Reding Cc: Richard Purdie Cc: Bryan Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed