.. | .. |
---|
7 | 7 | * Implement support for the e7520, E7525, e7320 and i3100 memory controllers. |
---|
8 | 8 | * |
---|
9 | 9 | * Datasheets: |
---|
10 | | - * http://www.intel.in/content/www/in/en/chipsets/e7525-memory-controller-hub-datasheet.html |
---|
| 10 | + * https://www.intel.in/content/www/in/en/chipsets/e7525-memory-controller-hub-datasheet.html |
---|
11 | 11 | * ftp://download.intel.com/design/intarch/datashts/31345803.pdf |
---|
12 | 12 | * |
---|
13 | 13 | * Written by Tom Zimmerman |
---|
.. | .. |
---|
1446 | 1446 | |
---|
1447 | 1447 | edac_dbg(3, "\n"); |
---|
1448 | 1448 | |
---|
1449 | | - /* Ensure that the OPSTATE is set correctly for POLL or NMI */ |
---|
1450 | | - opstate_init(); |
---|
| 1449 | + /* Ensure that the OPSTATE is set correctly for POLL or NMI */ |
---|
| 1450 | + opstate_init(); |
---|
1451 | 1451 | |
---|
1452 | 1452 | pci_rc = pci_register_driver(&e752x_driver); |
---|
1453 | 1453 | return (pci_rc < 0) ? pci_rc : 0; |
---|