Re: [PATCH v5 1/3] i2c/busses: Add i2c-icy for I2C on m68k/Amiga

From: Max
Date: Tue Aug 20 2019 - 05:23:49 EST




On August 20, 2019 11:08:00 AM GMT+02:00, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>> + int val = z_readb(address);
>> +
>> + return val;
>
>return z_readb(address);

Argh, that slipped through the cracks. I'll mend it later. Thank you.

Max