|
@@ -804,8 +804,8 @@ static long ac_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
|
|
|
|
|
printk(KERN_INFO "Prom version board %d ....... V%d.%d %s",
|
|
|
i+1,
|
|
|
- (int)(readb(apbs[IndexCard].RamIO + VERS) >> 4),
|
|
|
- (int)(readb(apbs[IndexCard].RamIO + VERS) & 0xF),
|
|
|
+ (int)(readb(apbs[i].RamIO + VERS) >> 4),
|
|
|
+ (int)(readb(apbs[i].RamIO + VERS) & 0xF),
|
|
|
boardname);
|
|
|
|
|
|
|