]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
STAGING: cxt1e1: Remove volatile variable
authorMichael Welling <mwelling@ieee.org>
Sun, 23 Mar 2014 16:16:36 +0000 (11:16 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Apr 2014 22:58:31 +0000 (15:58 -0700)
Removes volatile variable.

Signed-off-by: Michael Welling <mwelling@ieee.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/cxt1e1/pmc93x6_eeprom.c

index 572bd2e8a1e9ff3ec49ce6b17a1b3c3137ed1629..ab6fa73363ac80a0f02405267409f5f11e3bf278 100644 (file)
@@ -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)