regulator: devres: remove devm_regulator_bulk_unregister_supply_alias()
authorAlexandru Ardelean <aardelean@deviqon.com>
Fri, 25 Jun 2021 12:23:23 +0000 (15:23 +0300)
committerMark Brown <broonie@kernel.org>
Sun, 11 Jul 2021 22:50:33 +0000 (23:50 +0100)
commiteed43b96ede9c3f018ad24149de83f24b86ad729
tree224c506dd5b8cd34ba405de2b49a3bb4cd5c677e
parent4ff75a29976590bc7afe3ed75d547c1f2a924c75
regulator: devres: remove devm_regulator_bulk_unregister_supply_alias()

This API hook isn't used anywhere and most-likely exists because of the
general principle of C APIs, where if an API function does an
allocation/registration, it must also have an equivalent
deallocation/deregistration counterpart.

For devm_ functions this isn't all that true (for all cases), as the idea
of these function is to provide an auto-cleanup logic on drivers/system
de-init.

Removing this also discourages any weird logic that could be created with
such an API function.

Signed-off-by: Alexandru Ardelean <aardelean@deviqon.com>
Link: https://lore.kernel.org/r/20210625122324.327585-4-aardelean@deviqon.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/devres.c
include/linux/regulator/consumer.h