summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index 9bd3dbc90..ae35d0c1e 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -348,7 +348,7 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u
log_message("PCI: device %04x %04x %04x %04x is \"%s\", driver is %s",
e->vendor, e->device, e->subvendor, e->subdevice, e->text, e->module);
discovered_device(type, e->text, e->module);
- continue;
+ break;
}
}
}