fujitsu-laptop.c: remove dead code

This patch removes dead code spotted by the Coverity checker.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Adrian Bunk 2007-10-24 18:25:49 +02:00 committed by Len Brown
parent b6f03ae6de
commit b023b43a83
1 changed files with 0 additions and 3 deletions

View File

@ -122,9 +122,6 @@ static int get_lcd_level(void)
else
fujitsu->brightness_changed = 0;
if (status < 0)
return status;
return fujitsu->brightness_level;
}