* [PATCH] clk: stm32h7: Remove an unused field in struct stm32_fractional_divider
@ 2023-04-01 15:52 Christophe JAILLET
2023-04-03 21:11 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Christophe JAILLET @ 2023-04-01 15:52 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Maxime Coquelin,
Alexandre Torgue
Cc: linux-kernel, kernel-janitors, Christophe JAILLET, linux-clk,
linux-stm32, linux-arm-kernel
'mmask' has never been used in this driver.
Remove it.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
drivers/clk/clk-stm32h7.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/clk/clk-stm32h7.c b/drivers/clk/clk-stm32h7.c
index 1a701eada0c1..04c18a1d45d3 100644
--- a/drivers/clk/clk-stm32h7.c
+++ b/drivers/clk/clk-stm32h7.c
@@ -667,7 +667,6 @@ struct stm32_fractional_divider {
void __iomem *mreg;
u8 mshift;
u8 mwidth;
- u32 mmask;
void __iomem *nreg;
u8 nshift;
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: stm32h7: Remove an unused field in struct stm32_fractional_divider
2023-04-01 15:52 [PATCH] clk: stm32h7: Remove an unused field in struct stm32_fractional_divider Christophe JAILLET
@ 2023-04-03 21:11 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2023-04-03 21:11 UTC (permalink / raw)
To: Alexandre Torgue, Christophe JAILLET, Maxime Coquelin,
Michael Turquette
Cc: linux-kernel, kernel-janitors, Christophe JAILLET, linux-clk,
linux-stm32, linux-arm-kernel
Quoting Christophe JAILLET (2023-04-01 08:52:12)
> 'mmask' has never been used in this driver.
> Remove it.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
Applied to clk-next
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-03 21:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-01 15:52 [PATCH] clk: stm32h7: Remove an unused field in struct stm32_fractional_divider Christophe JAILLET
2023-04-03 21:11 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).