OSDN Git Service

Winter cleanup: remove superfluous volatile specifier
authorPatrick Porlan <patrick.porlan@intel.com>
Mon, 15 Dec 2014 09:07:26 +0000 (10:07 +0100)
committerPatrick Porlan <patrick.porlan@intel.com>
Mon, 15 Dec 2014 10:01:47 +0000 (11:01 +0100)
It's not needed (at least on x86), so let's remove it.

Change-Id: Ib5aef13e4fd6db73df8e072ede7b8829706ba6b9
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
common.h

index bbccae3..2889c6e 100644 (file)
--- a/common.h
+++ b/common.h
@@ -167,7 +167,7 @@ struct sensor_info_t
        /*
         * This flag is set if we have a meta data event pending
         */
-       volatile int meta_data_pending;
+       int meta_data_pending;
 
        /*
         * Timestamp closely matching the date of sampling, preferably retrieved