[PATCH v2] mfd: core: Un-constify mfd_cell.of_reg

Michał Mirosław posted 1 patch 2 years, 3 months ago
include/linux/mfd/core.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] mfd: core: Un-constify mfd_cell.of_reg
Posted by Michał Mirosław 2 years, 3 months ago
Enable dynamically filling in the whole mfd_cell structure. All other
fields already allow that.

Fixes: 466a62d7642f ("mfd: core: Make a best effort attempt to match devices with the correct of_nodes")
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
---
 include/linux/mfd/core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h
index 47e7a3a61ce6..e8bcad641d8c 100644
--- a/include/linux/mfd/core.h
+++ b/include/linux/mfd/core.h
@@ -92,7 +92,7 @@ struct mfd_cell {
 	 * (above) when matching OF nodes with devices that have identical
 	 * compatible strings
 	 */
-	const u64 of_reg;
+	u64 of_reg;
 
 	/* Set to 'true' to use 'of_reg' (above) - allows for of_reg=0 */
 	bool use_of_reg;
-- 
2.39.2

Re: (subset) [PATCH v2] mfd: core: Un-constify mfd_cell.of_reg
Posted by Lee Jones 2 years, 2 months ago
On Mon, 28 Aug 2023 22:16:11 +0200, Michał Mirosław wrote:
> Enable dynamically filling in the whole mfd_cell structure. All other
> fields already allow that.
> 
> 

Applied, thanks!

[1/1] mfd: core: Un-constify mfd_cell.of_reg
      commit: ae20c605ad35baa3247a6e5d9c108fa9522155bd

--
Lee Jones [李琼斯]