-
Andy Shevchenko authored
The code looks more nicer if we use: while (idx--) instead: for (;idx>0;idx--) Signed-off-by:
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
45e21277
The code looks more nicer if we use:
while (idx--)
instead:
for (;idx>0;idx--)
Signed-off-by:
Andy Shevchenko <andriy.shevchenko@linux.intel.com>