fixed silly typo.

This commit is contained in:
deraadt 1993-05-02 20:14:48 +00:00
parent bd05104f48
commit 11dce888dd
3 changed files with 3 additions and 3 deletions

View File

@ -463,7 +463,7 @@ ahb_attach(struct isa_device *dev)
/* only one for all boards */
if(firsttime==0 && masunit==0) {
firsttime==1;
firsttime = 1;
ahb_timeout(0);
}
return 0;

View File

@ -463,7 +463,7 @@ ahb_attach(struct isa_device *dev)
/* only one for all boards */
if(firsttime==0 && masunit==0) {
firsttime==1;
firsttime = 1;
ahb_timeout(0);
}
return 0;

View File

@ -463,7 +463,7 @@ ahb_attach(struct isa_device *dev)
/* only one for all boards */
if(firsttime==0 && masunit==0) {
firsttime==1;
firsttime = 1;
ahb_timeout(0);
}
return 0;