From: Matthew Garrett Date: Fri, 1 Jun 2012 19:18:52 +0000 (-0400) Subject: apple-gmux: Fix up the suspend/resume patch X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2f01a899347fd97cb18094e5a55640cab552818;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git apple-gmux: Fix up the suspend/resume patch I incorporated the wrong version of the suspend/resume patch for gmux, and so lost David Woodhouse's fix to leave the backlight level unchanged over suspend/resume. This fixes it up to v2. Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/apple-gmux.c b/drivers/platform/x86/apple-gmux.c index 6dcef4f199bb..694a15a56230 100644 --- a/drivers/platform/x86/apple-gmux.c +++ b/drivers/platform/x86/apple-gmux.c @@ -88,7 +88,7 @@ static int gmux_update_status(struct backlight_device *bd) u32 brightness = bd->props.brightness; if (bd->props.state & BL_CORE_SUSPENDED) - brightness = 0; + return 0; /* * Older gmux versions require writing out lower bytes first then