]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/iio/adc/ad7280a.c
staging: iio: adc: ad7280a.c: fixed macro coding style
[karo-tx-linux.git] / drivers / staging / iio / adc / ad7280a.c
index cfc39a70312683919630d4839b39e99bbe50b211..e7cb3b2fe67f69711bf931eb95020b243ff015f2 100644 (file)
  */
 #define POLYNOM                0x2F
 #define POLYNOM_ORDER  8
-#define HIGHBIT                1 << (POLYNOM_ORDER - 1);
+#define HIGHBIT                (1 << (POLYNOM_ORDER - 1))
 
 struct ad7280_state {
        struct spi_device               *spi;