From: John Jacques <[email protected]>
Signed-off-by: John Jacques <[email protected]>
---
drivers/power/reset/axxia-reset.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/reset/axxia-reset.c
b/drivers/power/reset/axxia-reset.c
index dd5e50f..b23a6dc 100644
--- a/drivers/power/reset/axxia-reset.c
+++ b/drivers/power/reset/axxia-reset.c
@@ -50,7 +50,7 @@ initiate_retention_reset(void)
syscon = ioremap(SYSCON_PHYS_ADDR, SZ_64K);
if (WARN_ON(!syscon))
- return -ENODEV;
+ return;
/* set retention reset bit in pscratch */
writel(0x00000001, syscon + 0xdc); /* Access Key */
--
1.9.1
--
_______________________________________________
linux-yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto