]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'use-hwmon_channel_info-macro-to-simplify-code'
authorJakub Kicinski <kuba@kernel.org>
Wed, 12 Feb 2025 01:07:05 +0000 (17:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 12 Feb 2025 01:07:05 +0000 (17:07 -0800)
Huisong Li says:

====================
Use HWMON_CHANNEL_INFO macro to simplify code

The HWMON_CHANNEL_INFO macro is provided by hwmon.h and used widely by many
other drivers. This series use HWMON_CHANNEL_INFO macro to simplify code
in net subsystem.

Note: These patches do not depend on each other. Put them togeter just for
belonging to the same subsystem.
====================

Link: https://patch.msgid.link/20250210054710.12855-1-lihuisong@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge