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

Commit 9f9601ae authored by Naveen Yadav's avatar Naveen Yadav
Browse files

cpufreq: qcom-cpufreq-hw: Initialize the data type for offsets to u16



Update data type of offsets used to u16.

Change-Id: Ia931979edfe0f4e9f5b3aea1eb8a3e26e5760a6d
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 137a997b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/bitfield.h>
@@ -37,7 +37,7 @@ enum {
};

static unsigned long cpu_hw_rate, xo_rate;
static const size_t *offsets;
static const u16 *offsets;
static unsigned int lut_row_size = LUT_ROW_SIZE;
static bool accumulative_counter;