mtd: spi-nor: Fix selection of 4-byte addressing opcodes on Spansion
[linux-2.6-microblaze.git] / drivers / edac / e752x_edac.c
index b5de9a1..de732dc 100644 (file)
@@ -1446,8 +1446,8 @@ static int __init e752x_init(void)
 
        edac_dbg(3, "\n");
 
-       /* Ensure that the OPSTATE is set correctly for POLL or NMI */
-       opstate_init();
+       /* Ensure that the OPSTATE is set correctly for POLL or NMI */
+       opstate_init();
 
        pci_rc = pci_register_driver(&e752x_driver);
        return (pci_rc < 0) ? pci_rc : 0;