]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum_buffers: Switch function arguments
authorDanielle Ratson <danieller@nvidia.com>
Mon, 17 May 2021 17:03:56 +0000 (20:03 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 May 2021 22:15:46 +0000 (15:15 -0700)
commit8d54fbcd1b46d2529b35cc2b1be4097348874e7e
tree349d16d7d27f63ace45b2ec3609ca7d0730e566c
parentf997db41420b3e547b737b663d1078bede57aa64
mlxsw: spectrum_buffers: Switch function arguments

In the call path:

mlxsw_sp_hdroom_bufs_reset_sizes()
    mlxsw_sp_hdroom_int_buf_size_get()
        ->int_buf_size_get()

The 'speed' and 'mtu' arguments were mistakenly switched twice. The two
bugs thus canceled each other.

Clean this up by switching the arguments in both call sites, so that
they are passed in the right order.

Found during manual code inspection.

Signed-off-by: Danielle Ratson <danieller@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c