mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] wdt: da9053: fix missed dev->hwdev conversion
@ 2018-06-07  9:42 Lucas Stach
  2018-06-07  9:42 ` [PATCH 2/2] ARM: throw out no-MMU vector base fixup when ARMv7 isn't selected Lucas Stach
  2018-06-08  6:01 ` [PATCH 1/2] wdt: da9053: fix missed dev->hwdev conversion Sascha Hauer
  0 siblings, 2 replies; 6+ messages in thread
From: Lucas Stach @ 2018-06-07  9:42 UTC (permalink / raw)
  To: barebox

Fixes: 1ef7cd07a304 (watchdog: rename dev to hwdev)
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 drivers/mfd/da9053.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/da9053.c b/drivers/mfd/da9053.c
index 9adab8c75a25..c706082a8b39 100644
--- a/drivers/mfd/da9053.c
+++ b/drivers/mfd/da9053.c
@@ -276,7 +276,7 @@ static int da9053_probe(struct device_d *dev)
 	da9053->client = to_i2c_client(dev);
 	da9053->wd.set_timeout = da9053_set_timeout;
 	da9053->wd.priority = of_get_watchdog_priority(dev->device_node);
-	da9053->wd.dev = dev;
+	da9053->wd.hwdev = dev;
 
 	ret = da9053_enable_multiwrite(da9053);
 	if (ret < 0)
-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-08  6:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-07  9:42 [PATCH 1/2] wdt: da9053: fix missed dev->hwdev conversion Lucas Stach
2018-06-07  9:42 ` [PATCH 2/2] ARM: throw out no-MMU vector base fixup when ARMv7 isn't selected Lucas Stach
2018-06-07 12:53   ` Andrey Smirnov
2018-06-07 13:00     ` Lucas Stach
2018-06-07 13:03       ` Andrey Smirnov
2018-06-08  6:01 ` [PATCH 1/2] wdt: da9053: fix missed dev->hwdev conversion Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox