]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mlxsw: core_thermal: Remove unnecessary checks
authorIdo Schimmel <idosch@nvidia.com>
Tue, 30 Jul 2024 13:58:19 +0000 (15:58 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Aug 2024 01:38:28 +0000 (18:38 -0700)
commite7e3a450e5527f3321dc6d0146bf2b86cf44b508
tree952c6a8da8d16d4785e294a0a5b8f8a1e917ec65
parente25f3040a61961c9f1bcb896b983a33b64d978e2
mlxsw: core_thermal: Remove unnecessary checks

mlxsw_thermal_module_fini() cannot be invoked with a thermal module
which is NULL or which is not associated with a thermal zone, so remove
these checks.

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/8db5fe0a3a28ba09a15d4102cc03f7e8ca7675be.1722345311.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c