summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/bus/isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/bus/isa.c b/src/drivers/bus/isa.c
index 6b360a44d..94d4ce99b 100644
--- a/src/drivers/bus/isa.c
+++ b/src/drivers/bus/isa.c
@@ -95,7 +95,7 @@ static void isa_remove ( struct isa_device *isa ) {
static int isabus_probe ( struct root_device *rootdev ) {
struct isa_device *isa = NULL;
struct isa_driver *driver;
- int ioidx;
+ long ioidx;
int rc;
for_each_table_entry ( driver, ISA_DRIVERS ) {