Commit 025556d5 authored by Todd Poynor's avatar Todd Poynor Committed by Greg Kroah-Hartman
Browse files

staging: gasket: apex: enable power save mode by default



Set default value of allow_power_save parameter to enable power save
mode, which is expected to be the state usually desired.

Signed-off-by: default avatarMarty Faltesek <mfaltesek@google.com>
Signed-off-by: default avatarTodd Poynor <toddpoynor@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d9da1cbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ static struct gasket_interrupt_desc apex_interrupts[] = {


/* Allows device to enter power save upon driver close(). */
static int allow_power_save;
static int allow_power_save = 1;

/* Allows SW based clock gating. */
static int allow_sw_clock_gating;