[PATCH 1/3] mfd: da9053: remove references to nonexistent cdev member

Lucas Stach l.stach at pengutronix.de
Thu Sep 3 01:00:54 PDT 2015


Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
 drivers/mfd/da9053.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/mfd/da9053.c b/drivers/mfd/da9053.c
index 3fb5295cf910..250c0556ec3c 100644
--- a/drivers/mfd/da9053.c
+++ b/drivers/mfd/da9053.c
@@ -149,7 +149,7 @@ static int da9053_enable_multiwrite(struct da9053_priv *da9053)
 static int da9053_set_timeout(struct watchdog *wd, unsigned timeout)
 {
 	struct da9053_priv *da9053 = wd_to_da9053_priv(wd);
-	struct device_d *dev = da9053->cdev.dev;
+	struct device_d *dev = da9053->dev;
 	unsigned scale = 0;
 	int ret;
 	u8 val;
@@ -269,7 +269,6 @@ static int da9053_probe(struct device_d *dev)
 
 	da9053 = xzalloc(sizeof(*da9053));
 	da9053->dev = dev;
-	da9053->cdev.name = DRIVERNAME;
 	da9053->client = to_i2c_client(dev);
 	da9053->wd.set_timeout = da9053_set_timeout;
 	da9053->wd.priority = of_get_watchdog_priority(dev->device_node);
-- 
2.5.0




More information about the barebox mailing list