Просмотр исходного кода

[isa] Fix a small typo in isa.c.

With this patch ISA drivers actually get probed so they have a fair
chance of working now.

Signed-off-by: Pantelis Koukousoulas <pktoss@gmail.com>
tags/v0.9.6
Pantelis Koukousoulas 17 лет назад
Родитель
Сommit
180d99fc22
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      src/drivers/bus/isa.c

+ 2
- 2
src/drivers/bus/isa.c Просмотреть файл

49
 	  (driver)->probe_addrs[(ioidx)] )
49
 	  (driver)->probe_addrs[(ioidx)] )
50
 
50
 
51
 static struct isa_driver isa_drivers[0]
51
 static struct isa_driver isa_drivers[0]
52
-	__table_start ( struct isa_driver, isa_driver );
52
+	__table_start ( struct isa_driver, isa_drivers );
53
 static struct isa_driver isa_drivers_end[0]
53
 static struct isa_driver isa_drivers_end[0]
54
-	__table_end ( struct isa_driver, isa_driver );
54
+	__table_end ( struct isa_driver, isa_drivers );
55
 
55
 
56
 static void isabus_remove ( struct root_device *rootdev );
56
 static void isabus_remove ( struct root_device *rootdev );
57
 
57
 

Загрузка…
Отмена
Сохранить