mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
committed by
Greg Kroah-Hartman
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)
|
||||
|
||||
Reference in New Issue
Block a user