Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e80d81a authored by Gregory CLEMENT's avatar Gregory CLEMENT Committed by Jason Cooper
Browse files

ARM: mvebu: Use the a standard errno in mvebu_get_soc_id

parent 9d637348
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ int mvebu_get_soc_id(u32 *dev, u32 *rev)
		*rev = soc_rev;
		return 0;
	} else
		return -1;
		return -ENODEV;
}

static int __init mvebu_soc_id_init(void)