Hi Mike,

On Sat, Jan 7, 2012 at 9:57 PM, Mike Frysinger <vap...@gentoo.org> wrote:
> On Monday 26 December 2011 13:11:48 Simon Glass wrote:
>> --- /dev/null
>> +++ b/drivers/i2c/tegra2_i2c.c
>>
>> +static int wait_for_tx_fifo_empty(struct i2c_control *control)
>> ...
>> +     while (timeout_us >= 0) {
>> ...
>> +     };
>
> no semicolon here
>
>> +static int wait_for_rx_fifo_notempty(struct i2c_control *control)
>> ...
>> +     while (timeout_us >= 0) {
>> ...
>> +     };
>
> no semicolon here
>
>> +static int wait_for_transfer_complete(struct i2c_control *control)
>> ...
>> +     while (timeout_us >= 0) {
>> ...
>> +     };
>
> no semicolon here
> -mike

done - thanks.

Regards,
Simon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to