From: Adrian Bunk Date: Wed, 24 Oct 2007 16:25:49 +0000 (+0200) Subject: fujitsu-laptop.c: remove dead code X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b023b43a83d231d1f3d36ac9e3ce4831b5ec2e7b;p=deliverable%2Flinux.git fujitsu-laptop.c: remove dead code This patch removes dead code spotted by the Coverity checker. Signed-off-by: Adrian Bunk Signed-off-by: Jonathan Woithe Signed-off-by: Len Brown --- diff --git a/drivers/misc/fujitsu-laptop.c b/drivers/misc/fujitsu-laptop.c index d686ba7f6f73..c8d62c268b11 100644 --- a/drivers/misc/fujitsu-laptop.c +++ b/drivers/misc/fujitsu-laptop.c @@ -122,9 +122,6 @@ static int get_lcd_level(void) else fujitsu->brightness_changed = 0; - if (status < 0) - return status; - return fujitsu->brightness_level; }