On Thu, Jun 9, 2011 at 12:12 PM, Peter Stuge <pe...@stuge.se> wrote:

> -       for (int i = 0; 1; i++)
> +       for (int i = 0; ft2232_vid[i] || ft2232_pid[i]; i++)
>

What's the point? This condition can never become false, or the function
would have returned in the previous iteration.

/Andreas
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to