2021-11-08 16:35:40

by Shawn Guo

[permalink] [raw]
Subject: [PATCH 1/3] soc: qcom: rpmpd: Drop unused res_name from struct rpmpd

The res_name field in struct rpmpd is unused. Drop it.

Signed-off-by: Shawn Guo <[email protected]>
---
drivers/soc/qcom/rpmpd.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/soc/qcom/rpmpd.c b/drivers/soc/qcom/rpmpd.c
index 4f69fb9b2e0e..3e7905854eb9 100644
--- a/drivers/soc/qcom/rpmpd.c
+++ b/drivers/soc/qcom/rpmpd.c
@@ -102,7 +102,6 @@ struct rpmpd {
const bool active_only;
unsigned int corner;
bool enabled;
- const char *res_name;
const int res_type;
const int res_id;
struct qcom_smd_rpm *rpm;
--
2.17.1


2021-11-20 23:56:16

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH 1/3] soc: qcom: rpmpd: Drop unused res_name from struct rpmpd

On Mon, 8 Nov 2021 21:44:40 +0800, Shawn Guo wrote:
> The res_name field in struct rpmpd is unused. Drop it.
>
>

Applied, thanks!

[1/3] soc: qcom: rpmpd: Drop unused res_name from struct rpmpd
commit: 7ba9dd0d04a8af868bc0785d79bde4ac0240328f

Best regards,
--
Bjorn Andersson <[email protected]>