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

Commit 447d7403 authored by Michael Welling's avatar Michael Welling Committed by Greg Kroah-Hartman
Browse files

STAGING: cxt1e1: Remove volatile variable



Removes volatile variable.

Signed-off-by: default avatarMichael Welling <mwelling@ieee.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f3062981
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ static u_int32_t pmc_eeprom_read(long addr, long mem_offset)

static int pmc_eeprom_write(long addr, long mem_offset, u_int32_t data)
{
	volatile u_int32_t temp;
	u_int32_t temp;
	int count;

	if (!ByteReverseBuilt)