Typo fix
SVN-Revision: 6684
This commit is contained in:
parent
1f3c505ef6
commit
984bd80138
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ static int __init adm5120_sw_init(void)
|
|||
adm5120_nrdevs = 5;
|
||||
/* CFE based devices only have two enet ports */
|
||||
else if (boot_loader_type == CFE)
|
||||
adm5120_nrdevs = 2
|
||||
adm5120_nrdevs = 2;
|
||||
else
|
||||
adm5120_nrdevs = 6;
|
||||
|
||||
|
|
Loading…
Reference in a new issue