[PATCH v7 04/10] mfd: bcm590xx: Drop unused "id" member of bcm590xx MFD struct

Artur Weber posted 10 patches 9 months ago
There is a newer version of this series
[PATCH v7 04/10] mfd: bcm590xx: Drop unused "id" member of bcm590xx MFD struct
Posted by Artur Weber 9 months ago
The "id" member of the bcm590xx struct is unused and will be confusing
once we add an actual PMU ID storage value. Drop it; a replacement
will be introduced in a future commit.

Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
---
Changes in v6:
- Add this commit
---
 include/linux/mfd/bcm590xx.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/mfd/bcm590xx.h b/include/linux/mfd/bcm590xx.h
index 6b8791da6119b22514447bf1572238b71c8b0e97..c614d1b1d8a217ac2f212908a4c19ae71fa56f63 100644
--- a/include/linux/mfd/bcm590xx.h
+++ b/include/linux/mfd/bcm590xx.h
@@ -23,7 +23,6 @@ struct bcm590xx {
 	struct i2c_client *i2c_sec;
 	struct regmap *regmap_pri;
 	struct regmap *regmap_sec;
-	unsigned int id;
 };
 
 #endif /*  __LINUX_MFD_BCM590XX_H */

-- 
2.48.1
Re: (subset) [PATCH v7 04/10] mfd: bcm590xx: Drop unused "id" member of bcm590xx MFD struct
Posted by Lee Jones 8 months, 2 weeks ago
On Sun, 16 Mar 2025 19:18:52 +0100, Artur Weber wrote:
> The "id" member of the bcm590xx struct is unused and will be confusing
> once we add an actual PMU ID storage value. Drop it; a replacement
> will be introduced in a future commit.
> 
> 

Applied, thanks!

[04/10] mfd: bcm590xx: Drop unused "id" member of bcm590xx MFD struct
        commit: 22f718d8e3a22abb30eb896b4630b9698429475e

--
Lee Jones [李琼斯]