Fix the typo
authorFlorian Fainelli <florian@openwrt.org>
Sat, 4 Aug 2007 09:28:19 +0000 (09:28 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 4 Aug 2007 09:28:19 +0000 (09:28 +0000)
SVN-Revision: 8336

package/broadcom-diag/src/diag.c

index 2b1061db087ac350fbd87b3c5f33a60d440eddd2..e8da3129a8089cd5238f8308e678cb92e8c08126 100644 (file)
@@ -675,7 +675,7 @@ static struct platform_t __init *platform_detect(void)
                                return &platforms[WL500GD];
                }
                
-               if (!strcmp(boardnum, "10496") && !strcmp(boardtype, "0x467")) 
+               if (!strcmp(boardnum, "10496"))
                        return &platforms[USR5461];
 
        } else { /* PMON based - old stuff */