Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b023b43a authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown
Browse files

fujitsu-laptop.c: remove dead code



This patch removes dead code spotted by the Coverity checker.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJonathan Woithe <jwoithe@physics.adelaide.edu.au>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent b6f03ae6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -122,9 +122,6 @@ static int get_lcd_level(void)
	else
		fujitsu->brightness_changed = 0;

	if (status < 0)
		return status;

	return fujitsu->brightness_level;
}