1
0
Fork 0

HSI: nokia-modem: setup default value for pm parameter

The module documents, that 1 is the default, but
it actually isn't. This updates the module to use
pm=1 as default.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
hifive-unleashed-5.1
Sebastian Reichel 2014-11-14 23:33:08 +01:00
parent 068afbbebe
commit cdb83947ab
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <linux/of_gpio.h>
#include <linux/hsi/ssi_protocol.h>
static unsigned int pm;
static unsigned int pm = 1;
module_param(pm, int, 0400);
MODULE_PARM_DESC(pm,
"Enable power management (0=disabled, 1=userland based [default])");