'mmask' has never been used in this driver.
Remove it.
Signed-off-by: Christophe JAILLET <[email protected]>
---
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
Quoting Christophe JAILLET (2023-04-01 08:52:12)
> 'mmask' has never been used in this driver.
> Remove it.
>
> Signed-off-by: Christophe JAILLET <[email protected]>
> ---
Applied to clk-next