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

Commit 0237feee authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regulator: qpnp-regulator: fix qpnp_print_actions const usage"

parents 690d9608 e1832733
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1105,7 +1105,7 @@ static irqreturn_t qpnp_regulator_vs_ocp_isr(int irq, void *data)
	return IRQ_HANDLED;
}

static const char const *qpnp_print_actions[] = {
static const char * const qpnp_print_actions[] = {
	[QPNP_REGULATOR_ACTION_INIT]	= "initial    ",
	[QPNP_REGULATOR_ACTION_ENABLE]	= "enable     ",
	[QPNP_REGULATOR_ACTION_DISABLE]	= "disable    ",