forked from Minki/linux
STAGING: cxt1e1: Remove volatile variable
Removes volatile variable. Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f30629812e
commit
447d7403a6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user