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: Marty Faltesek <mfaltesek@google.com>
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Todd Poynor 2018-08-02 01:42:38 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель d9da1cbd0b
Коммит 025556d55d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;