diff options
author | Przemek Kitszel <[email protected]> | 2023-09-12 07:59:33 -0400 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-10-03 12:17:11 -0700 |
commit | a034fcdbeaf7478ccbdec03650b07feaa6ecd51a (patch) | |
tree | 7498a950601fde039c3d57f51d37431fc73f052a /drivers/net/xen-netfront.c | |
parent | ece285af77d00f7f4f9dd311f5cfa866a51c010f (diff) |
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/xen-netfront.c')
0 files changed, 0 insertions, 0 deletions