diff options
| author | Przemek Kitszel <[email protected]> | 2023-09-12 11:59:33 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-10-03 19:17:11 +0000 |
| commit | a034fcdbeaf7478ccbdec03650b07feaa6ecd51a (patch) | |
| tree | 7498a950601fde039c3d57f51d37431fc73f052a /drivers/net/ethernet/intel/ice/ice_lib.c | |
| parent | ice: ice_sched_remove_elems: replace 1 elem array param by u32 (diff) | |
| download | kernel-a034fcdbeaf7478ccbdec03650b07feaa6ecd51a.tar.gz kernel-a034fcdbeaf7478ccbdec03650b07feaa6ecd51a.zip | |
ice: drop two params of ice_aq_move_sched_elems()
Remove two arguments of ice_aq_move_sched_elems().
Last of them was always NULL, and @grps_req was always 1.
Assuming @grps_req to be one, allows us to use DEFINE_FLEX() macro,
what removes some need for heap allocations.
Signed-off-by: Przemek Kitszel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_lib.c')
0 files changed, 0 insertions, 0 deletions
