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)
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>

No differences found