Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdb83947 authored by Sebastian Reichel's avatar Sebastian Reichel
Browse files

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: default avatarSebastian Reichel <sre@kernel.org>
parent 068afbbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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])");