]> git.itanic.dy.fi Git - linux-stable/commit
devres: rename the first parameter of devm_add_action(_or_reset)
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 8 Sep 2023 13:58:40 +0000 (22:58 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Oct 2023 09:15:52 +0000 (11:15 +0200)
commita083c755e136844a934bc9b4416cd23b5c19c617
treee46eda4a9ff9b6592808eb740a4e3f1dd2a874c6
parent243e1b776f613501cd8de4e56c2eb415c942bb04
devres: rename the first parameter of devm_add_action(_or_reset)

The first parameter of devm_add_action(_or_reset) is a device.
The name 'release' is confusing because it is often used for
dr_release_t in the devres context.

Rename it to 'dev'. No functional change intended.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20230908135840.2362708-1-masahiroy@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/device.h