summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devices/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/parser.c b/devices/parser.c
index b9edff7..d1cdb43 100644
--- a/devices/parser.c
+++ b/devices/parser.c
@@ -27,7 +27,7 @@ void iterate_parsers(const char *devpath, const char *mountpoint)
pb_log("\ttrying parser '%s'\n", parsers[i]->name);
/* just use a dummy device path for now */
if (parsers[i]->parse(devpath, mountpoint))
- /*return*/;
+ return;
}
pb_log("\tno boot_options found\n");
}
OpenPOWER on IntegriCloud