mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 21:34:04 +02:00
Typo fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6684 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
58531e4910
commit
3e262cb6b1
@ -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 New Issue
Block a user