提交 025556d5 编写于 作者: T Todd Poynor 提交者: Greg Kroah-Hartman

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: NMarty Faltesek <mfaltesek@google.com>
Signed-off-by: NTodd Poynor <toddpoynor@google.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d9da1cbd
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册