* [PATCH] mfd: da9063: Fix compilation
@ 2018-04-12 7:09 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2018-04-12 7:09 UTC (permalink / raw)
To: Barebox List
Fixes: 1ef7cd07a3 watchdog: rename dev to hwdev
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
drivers/mfd/da9063.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/da9063.c b/drivers/mfd/da9063.c
index 4a335c9983..ac303611c0 100644
--- a/drivers/mfd/da9063.c
+++ b/drivers/mfd/da9063.c
@@ -126,7 +126,7 @@ static int da9063_probe(struct device_d *dev)
priv = xzalloc(sizeof(struct da9063));
priv->wd.priority = of_get_watchdog_priority(dev->device_node);
priv->wd.set_timeout = da9063_watchdog_set_timeout;
- priv->wd.dev = dev;
+ priv->wd.hwdev = dev;
priv->client = to_i2c_client(dev);
priv->dev = dev;
--
2.16.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-12 7:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 7:09 [PATCH] mfd: da9063: Fix compilation Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox