Typo fix
authorFlorian Fainelli <florian@openwrt.org>
Sat, 24 Mar 2007 21:34:14 +0000 (21:34 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 24 Mar 2007 21:34:14 +0000 (21:34 +0000)
SVN-Revision: 6684

target/linux/adm5120-2.6/files/drivers/net/adm5120sw.c

index e4a764f491934b26fb147aae175eb00cbbc0b73c..ddb54d4d7d0c24308eff46f30970410fea556f5c 100644 (file)
@@ -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;