We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47039b5 commit c8042d1Copy full SHA for c8042d1
drivers/soc/samsung/exynos-chipid.c
@@ -59,7 +59,7 @@ static int __init exynos_chipid_early_init(void)
59
syscon = of_find_compatible_node(NULL, NULL,
60
"samsung,exynos4210-chipid");
61
if (!syscon)
62
- return ENODEV;
+ return -ENODEV;
63
64
regmap = device_node_to_regmap(syscon);
65
of_node_put(syscon);
0 commit comments