fix typo in brcm-2.4 system code
SVN-Revision: 4003
This commit is contained in:
parent
6f3aa200b3
commit
e68bb5af4a
1 changed files with 1 additions and 1 deletions
|
@ -11723,7 +11723,7 @@ diff -urN linux.old/arch/mips/bcm947xx/sbpci.c linux.dev/arch/mips/bcm947xx/sbpc
|
|||
+ return -1;
|
||||
+ }
|
||||
+
|
||||
+ if ((chip == 0x4710) && (chiprev == 0))
|
||||
+ if ((chip == 0x4310) && (chiprev == 0))
|
||||
+ pci_disabled = TRUE;
|
||||
+
|
||||
+ sb = (sbconfig_t *)((ulong) pci + SBCONFIGOFF);
|
||||
|
|
Loading…
Reference in a new issue