On Tue, Feb 15, 2022 at 10:58:02PM +0100, Mark Kettenis wrote:
> > +int
> > +mpfiic_i2c_send_stop(void *cookie, int flags)
> > +{
> > +   struct mpfiic_softc *sc = cookie;
> > +
> > +   sc->sc_start_sent = 0;
> > +
> > +   HWRITE4(sc, I2C_CTRL, sc->sc_ctrl | I2C_CTRL_STO);
> > +
> > +   /* Let a few bus clock cycles to pass. */
> 
>         /* Let a few bus clock cycles pass. */

Thanks, fixed in the committed file.

Reply via email to