Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform/x86: dell_rbu: Simplify cleanup code in create_packet()
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>
- Loading branch information