mbox series

[net-next,00/10] mlxsw: core_thermal: Small cleanups

Message ID cover.1722345311.git.petrm@nvidia.com (mailing list archive)
Headers show
Series mlxsw: core_thermal: Small cleanups | expand

Message

Petr Machata July 30, 2024, 1:58 p.m. UTC
Ido Schimmel says:

Clean up various issues which I noticed while addressing feedback on a
different patchset.

Ido Schimmel (10):
  mlxsw: core_thermal: Call thermal_zone_device_unregister()
    unconditionally
  mlxsw: core_thermal: Remove unnecessary check
  mlxsw: core_thermal: Remove another unnecessary check
  mlxsw: core_thermal: Fold two loops into one
  mlxsw: core_thermal: Remove unused arguments
  mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetric
  mlxsw: core_thermal: Simplify rollback
  mlxsw: core_thermal: Remove unnecessary checks
  mlxsw: core_thermal: Remove unnecessary assignments
  mlxsw: core_thermal: Fix -Wformat-truncation warning

 .../ethernet/mellanox/mlxsw/core_thermal.c    | 43 ++++++-------------
 1 file changed, 12 insertions(+), 31 deletions(-)

Comments

Wojciech Drewek July 31, 2024, 1:13 p.m. UTC | #1
On 30.07.2024 15:58, Petr Machata wrote:
> Ido Schimmel says:
> 
> Clean up various issues which I noticed while addressing feedback on a
> different patchset.

For the whole series:
Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com>

> 
> Ido Schimmel (10):
>   mlxsw: core_thermal: Call thermal_zone_device_unregister()
>     unconditionally
>   mlxsw: core_thermal: Remove unnecessary check
>   mlxsw: core_thermal: Remove another unnecessary check
>   mlxsw: core_thermal: Fold two loops into one
>   mlxsw: core_thermal: Remove unused arguments
>   mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetric
>   mlxsw: core_thermal: Simplify rollback
>   mlxsw: core_thermal: Remove unnecessary checks
>   mlxsw: core_thermal: Remove unnecessary assignments
>   mlxsw: core_thermal: Fix -Wformat-truncation warning
> 
>  .../ethernet/mellanox/mlxsw/core_thermal.c    | 43 ++++++-------------
>  1 file changed, 12 insertions(+), 31 deletions(-)
>
patchwork-bot+netdevbpf@kernel.org Aug. 1, 2024, 1:40 a.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 30 Jul 2024 15:58:11 +0200 you wrote:
> Ido Schimmel says:
> 
> Clean up various issues which I noticed while addressing feedback on a
> different patchset.
> 
> Ido Schimmel (10):
>   mlxsw: core_thermal: Call thermal_zone_device_unregister()
>     unconditionally
>   mlxsw: core_thermal: Remove unnecessary check
>   mlxsw: core_thermal: Remove another unnecessary check
>   mlxsw: core_thermal: Fold two loops into one
>   mlxsw: core_thermal: Remove unused arguments
>   mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetric
>   mlxsw: core_thermal: Simplify rollback
>   mlxsw: core_thermal: Remove unnecessary checks
>   mlxsw: core_thermal: Remove unnecessary assignments
>   mlxsw: core_thermal: Fix -Wformat-truncation warning
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] mlxsw: core_thermal: Call thermal_zone_device_unregister() unconditionally
    https://git.kernel.org/netdev/net-next/c/a1bb54b1a066
  - [net-next,02/10] mlxsw: core_thermal: Remove unnecessary check
    https://git.kernel.org/netdev/net-next/c/4be011d76408
  - [net-next,03/10] mlxsw: core_thermal: Remove another unnecessary check
    https://git.kernel.org/netdev/net-next/c/2a1c9dcb52dd
  - [net-next,04/10] mlxsw: core_thermal: Fold two loops into one
    https://git.kernel.org/netdev/net-next/c/d81d71434036
  - [net-next,05/10] mlxsw: core_thermal: Remove unused arguments
    https://git.kernel.org/netdev/net-next/c/73c18f9998fd
  - [net-next,06/10] mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetric
    https://git.kernel.org/netdev/net-next/c/fb76ea1d4b12
  - [net-next,07/10] mlxsw: core_thermal: Simplify rollback
    https://git.kernel.org/netdev/net-next/c/e25f3040a619
  - [net-next,08/10] mlxsw: core_thermal: Remove unnecessary checks
    https://git.kernel.org/netdev/net-next/c/e7e3a450e552
  - [net-next,09/10] mlxsw: core_thermal: Remove unnecessary assignments
    https://git.kernel.org/netdev/net-next/c/ec672931d150
  - [net-next,10/10] mlxsw: core_thermal: Fix -Wformat-truncation warning
    https://git.kernel.org/netdev/net-next/c/b0d21321140c

You are awesome, thank you!