[PATCH] mfd: ssbi: Remove an unused field in struct ssbi

Christophe JAILLET posted 1 patch 1 week, 3 days ago
drivers/mfd/ssbi.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] mfd: ssbi: Remove an unused field in struct ssbi
Posted by Christophe JAILLET 1 week, 3 days ago
In "struct ssbi", the 'slave' field is unused.
Remove it.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
Compile tested only.

This is a left-over from commit 97f00f7120fe ("SSBI: Convert SSBI to device
tree")
---
 drivers/mfd/ssbi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mfd/ssbi.c b/drivers/mfd/ssbi.c
index b0b0be483dbf..f849f2d34ec7 100644
--- a/drivers/mfd/ssbi.c
+++ b/drivers/mfd/ssbi.c
@@ -64,7 +64,6 @@ enum ssbi_controller_type {
 };
 
 struct ssbi {
-	struct device		*slave;
 	void __iomem		*base;
 	spinlock_t		lock;
 	enum ssbi_controller_type controller_type;
-- 
2.44.0
Re: (subset) [PATCH] mfd: ssbi: Remove an unused field in struct ssbi
Posted by Lee Jones 2 days ago
On Wed, 24 Apr 2024 17:10:29 +0200, Christophe JAILLET wrote:
> In "struct ssbi", the 'slave' field is unused.
> Remove it.
> 
> Found with cppcheck, unusedStructMember.
> 
> 

Applied, thanks!

[1/1] mfd: ssbi: Remove an unused field in struct ssbi
      commit: daa2efd8f49cc2dd6d900e7f5f6b6077a8bdfa87

--
Lee Jones [李琼斯]