diff options
| author | Michael Chan <[email protected]> | 2015-12-27 18:19:19 -0500 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-12-28 00:57:28 -0500 |
| commit | edd0c2cc2b73ff21f356d6cbd3b5bf83e692ea9d (patch) | |
| tree | f53afbd27401a0fe0be979dcc2ec350966b09760 /tools/perf/scripts/python | |
| parent | be58a0da1672391b246880450e990fe36d7ba24d (diff) | |
bnxt_en: Optimize ring alloc and ring free functions.
Remove the unnecessary "if" statement before the "for" statement:
if (x) {
for (i = 0; i < x; i++)
...
}
Also, change the ring free function to return void as it only returns 0.
Signed-off-by: Michael Chan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions