Revision 3ffd710e hw/omap_i2c.c

b/hw/omap_i2c.c
190 190
            if (s->rxlen > 2)
191 191
                s->fifo >>= 16;
192 192
            s->rxlen -= 2;
193
        } else
194
            /* XXX: remote access (qualifier) error - what's that?  */;
193
        } else {
194
            /* XXX: remote access (qualifier) error - what's that?  */
195
        }
195 196
        if (!s->rxlen) {
196 197
            s->stat &= ~(1 << 3);				/* RRDY */
197 198
            if (((s->control >> 10) & 1) &&			/* MST */

Also available in: Unified diff