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

Commit 91c84d30 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

service-locator: Start the locator service by default



There's no reason why the locator service should start in
a 'disabled' manner. Hence, unless otherwise stated by the
cmdline arguments, start the service by default.

Change-Id: I8377aabed691c402c47352aadfdd4ded25f1f459
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 64091379
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt) "servloc: %s: " fmt, __func__
@@ -30,7 +30,7 @@
#define LOCATOR_NOT_PRESENT	0
#define LOCATOR_PRESENT		1

static u32 locator_status = LOCATOR_NOT_PRESENT;
static u32 locator_status = LOCATOR_PRESENT;
static bool service_inited;

module_param_named(enable, locator_status, uint, 0644);