@@ -179,7 +179,7 @@ static void init_device_context(unsigned devid)
unsigned n;
/* Which load we shall use */
- for (n = 0; load->file; load++)
+ for (n = 0; load->file; n++, load++)
{
if (!strcmp(load->engine_id_pattern, "*"))
break;