]> git.karo-electronics.de Git - linux-beck.git/commit
asus-laptop: correct error handling in asus_read_brightness()
authorGiedrius Statkevičius <giedrius.statkevicius@gmail.com>
Sat, 16 Apr 2016 00:27:12 +0000 (03:27 +0300)
committerDarren Hart <dvhart@linux.intel.com>
Mon, 25 Apr 2016 17:39:58 +0000 (10:39 -0700)
commit198b618ab118c7d856278a985de1ed0eff77c02f
tree4bd46856f0ce8791ca9c8b55d929ab09a7de21ac
parent4f62568c1fcf0f7da49e7c22bdd01645aa508e80
asus-laptop: correct error handling in asus_read_brightness()

It is possible that acpi_evaluate_integer might fail and value would not be
set to any value so correct this defect by returning 0 in case of an
error. This is also the correct thing to return because the backlight
subsystem will print the old value of brightness in this case.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/asus-laptop.c