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

Commit 83f329f7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 42a64d3a 9f9601ae
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;