misc latin1 to utf8 conversions
[linux-2.6-microblaze.git] / drivers / i2c / busses / i2c-xiic.c
index 4bb68f3..ac083a2 100644 (file)
@@ -426,7 +426,7 @@ static void xiic_process(struct xiic_i2c *i2c)
                        xiic_wakeup(i2c, STATE_ERROR);
 
        } else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) {
-               /* Transmit register/FIFO is empty or ½ empty */
+               /* Transmit register/FIFO is empty or Â½ empty */
 
                clr = pend &
                        (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK);