Fix warning in include/asm/arch/i2c.h
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Thu, 4 Aug 2011 02:20:27 +0000 (19:20 -0700)
committerAnand Gadiyar <gadiyar@ti.com>
Thu, 4 Aug 2011 02:20:27 +0000 (19:20 -0700)
This patch fixes following warnings:
  include/asm/arch/i2c.h:89:65: warning: "/*" within comment
  include/asm/arch/i2c.h:90:8: warning: "/*" within comment

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
include/asm/arch-omap3/i2c.h

index 5fb0979..28ae5ca 100644 (file)
@@ -86,7 +86,7 @@
 #define I2C_CON_BE      (1 << 14)  /* Big endian mode */
 #define I2C_CON_STB     (1 << 11)  /* Start byte mode (master mode only) */
 #define I2C_CON_MST     (1 << 10)  /* Master/slave mode */
-#define I2C_CON_TRX     (1 << 9)   /* Transmitter/receiver mode /*
+#define I2C_CON_TRX     (1 << 9)   /* Transmitter/receiver mode */
                                   /* (master mode only) */
 #define I2C_CON_XA      (1 << 8)   /* Expand address */
 #define I2C_CON_STP     (1 << 1)   /* Stop condition (master mode only) */