backlight: Remove excessive (un)likelys
authorDmitry Torokhov <dtor@mail.ru>
Thu, 8 Feb 2007 00:12:28 +0000 (00:12 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Tue, 20 Feb 2007 08:38:44 +0000 (08:38 +0000)
commit90968e8ebc4611896ff7f2ef0c0bf8455e845cd1
treeb2b59bb46bf1118f7283145953c494c5164534d0
parentdfcba200679dc3f62212154b65b40b835ce69ab7
backlight: Remove excessive (un)likelys

Remove excessive numbers of (un)likely()s in the backlight core.

There are no hot paths in this code so rely on compiler to do
the right thing.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
drivers/video/backlight/backlight.c
drivers/video/backlight/lcd.c