]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commitf4b87edbe0ed77b18235672cf77a64a902ea8469
tree55e4eb0c1ace8d7a1efe82ad53f0e59809d428c1
parent4d3f687e2432e4f40e0e21b65c965bcbb98d3951
parentd6085a23b3b41d379b84a5beb208c7f404c02fdd
Merge branch 'use-hwmon_channel_info-macro-to-simplify-code'

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>