From: Min Li <min.li.xe@renesas.com>
To: richardcochran@gmail.com, lee.jones@linaro.org
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
Min Li <min.li.xe@renesas.com>
Subject: [PATCH net 2/2] mfd: rsmu: call regmap_exit() on exit
Date: Fri, 11 Nov 2022 15:09:11 -0500 [thread overview]
Message-ID: <20221111200911.6505-2-min.li.xe@renesas.com> (raw)
In-Reply-To: <20221111200911.6505-1-min.li.xe@renesas.com>
Signed-off-by: Min Li <min.li.xe@renesas.com>
---
drivers/mfd/rsmu_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/rsmu_core.c b/drivers/mfd/rsmu_core.c
index 29437fd0bd5b..b278ce9ec235 100644
--- a/drivers/mfd/rsmu_core.c
+++ b/drivers/mfd/rsmu_core.c
@@ -82,6 +82,7 @@ int rsmu_core_init(struct rsmu_ddata *rsmu)
void rsmu_core_exit(struct rsmu_ddata *rsmu)
{
mutex_destroy(&rsmu->lock);
+ regmap_exit(rsmu->regmap);
}
MODULE_DESCRIPTION("Renesas SMU core driver");
--
2.37.3
next prev parent reply other threads:[~2022-11-11 20:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-11 20:09 [PATCH net 1/2] mfd/ptp: clockmatrix: support 32-bit address space Min Li
2022-11-11 20:09 ` Min Li [this message]
2022-11-12 3:40 ` kernel test robot
2022-11-12 4:40 ` kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221111200911.6505-2-min.li.xe@renesas.com \
--to=min.li.xe@renesas.com \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=richardcochran@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®