public inbox for linux-iio@vger.kernel.org
help / color / mirror / Atom feed
* [PATCH] iio:tcs4531: Fix leftover TCS3472_ prefix in tsl4531 driver
@ 2015-04-15 20:39 Peter Meerwald
  2015-04-15 20:39 ` [PATCH] iio:tsl2563: Use tsl2563_ prefix for driver's functions Peter Meerwald
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Meerwald @ 2015-04-15 20:39 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, Peter Meerwald

just cleanup, no functional change

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
---
 drivers/iio/light/tsl4531.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/iio/light/tsl4531.c b/drivers/iio/light/tsl4531.c
index 0763b86..63c26e2 100644
--- a/drivers/iio/light/tsl4531.c
+++ b/drivers/iio/light/tsl4531.c
@@ -24,12 +24,12 @@
 
 #define TSL4531_DRV_NAME "tsl4531"
 
-#define TCS3472_COMMAND BIT(7)
+#define TSL4531_COMMAND BIT(7)
 
-#define TSL4531_CONTROL (TCS3472_COMMAND | 0x00)
-#define TSL4531_CONFIG (TCS3472_COMMAND | 0x01)
-#define TSL4531_DATA (TCS3472_COMMAND | 0x04)
-#define TSL4531_ID (TCS3472_COMMAND | 0x0a)
+#define TSL4531_CONTROL (TSL4531_COMMAND | 0x00)
+#define TSL4531_CONFIG (TSL4531_COMMAND | 0x01)
+#define TSL4531_DATA (TSL4531_COMMAND | 0x04)
+#define TSL4531_ID (TSL4531_COMMAND | 0x0a)
 
 /* operating modes in control register */
 #define TSL4531_MODE_POWERDOWN 0x00
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-04-18 19:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 20:39 [PATCH] iio:tcs4531: Fix leftover TCS3472_ prefix in tsl4531 driver Peter Meerwald
2015-04-15 20:39 ` [PATCH] iio:tsl2563: Use tsl2563_ prefix for driver's functions Peter Meerwald
2015-04-18 19:35   ` Jonathan Cameron
2015-04-15 20:39 ` [PATCH] iio:tmp006: Prefix #defines with TMP006_ Peter Meerwald
2015-04-18 19:36   ` Jonathan Cameron
2015-04-16  8:28 ` [PATCH] iio:tcs4531: Fix leftover TCS3472_ prefix in tsl4531 driver Daniel Baluta
2015-04-18 19:32   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox