summaryrefslogtreecommitdiff
path: root/src/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pci.c')
-rw-r--r--src/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pci.c b/src/pci.c
index 3edb78a..af96703 100644
--- a/src/pci.c
+++ b/src/pci.c
@@ -62,7 +62,7 @@ void pci_controller_scan( pci_controller_t *controller )
// no device
if( device_descriptor.device_id == 0xFFFF ) {
- break;
+ continue;
}
printf( "%X:%X.%d: %X:%X (class %X:%X, rev: %d)\n",