[PATCH 1/1] staging: iio: ad9850.c: fix checkpatch.pl error

From: Guillaume Morin
Date: Fri Jun 27 2014 - 21:28:11 EST



diff --git a/drivers/staging/iio/frequency/ad9850.c b/drivers/staging/iio/frequency/ad9850.c
index af877ff..6183670 100644
--- a/drivers/staging/iio/frequency/ad9850.c
+++ b/drivers/staging/iio/frequency/ad9850.c
@@ -21,7 +21,7 @@

#define DRV_NAME "ad9850"

-#define value_mask (u16)0xf000
+#define value_mask ((u16)0xf000)
#define addr_shift 12

/* Register format: 4 bits addr + 12 bits value */
--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/