]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mlxsw: core_thermal: Remove unnecessary assignments
authorIdo Schimmel <idosch@nvidia.com>
Tue, 30 Jul 2024 13:58:20 +0000 (15:58 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Aug 2024 01:38:29 +0000 (18:38 -0700)
commitec672931d150910b5f886d70a5305eb89681b076
tree4f22459026598bd3718ebd79620a654c5ea0ea58
parente7e3a450e5527f3321dc6d0146bf2b86cf44b508
mlxsw: core_thermal: Remove unnecessary assignments

Setting both pointers to NULL is unnecessary since the code never checks
whether these pointers are NULL or not. Remove the assignments.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Vadim Pasternak <vadimp@nvidia.com>
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com>
Link: https://patch.msgid.link/ea646f5d7642fffd5393fa23650660ab8f77a511.1722345311.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c