MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
此提交包含在:
@@ -204,23 +204,23 @@ void __init plat_mem_setup(void)
|
||||
case SNI_BRD_10NEW:
|
||||
case SNI_BRD_TOWER_OASIC:
|
||||
case SNI_BRD_MINITOWER:
|
||||
sni_a20r_init();
|
||||
break;
|
||||
sni_a20r_init();
|
||||
break;
|
||||
|
||||
case SNI_BRD_PCI_TOWER:
|
||||
case SNI_BRD_PCI_TOWER_CPLUS:
|
||||
sni_pcit_init();
|
||||
sni_pcit_init();
|
||||
break;
|
||||
|
||||
case SNI_BRD_RM200:
|
||||
sni_rm200_init();
|
||||
break;
|
||||
sni_rm200_init();
|
||||
break;
|
||||
|
||||
case SNI_BRD_PCI_MTOWER:
|
||||
case SNI_BRD_PCI_DESKTOP:
|
||||
case SNI_BRD_PCI_MTOWER_CPLUS:
|
||||
sni_pcimt_init();
|
||||
break;
|
||||
sni_pcimt_init();
|
||||
break;
|
||||
}
|
||||
|
||||
_machine_restart = sni_machine_restart;
|
||||
@@ -247,16 +247,16 @@ static void quirk_cirrus_ram_size(struct pci_dev *dev)
|
||||
*/
|
||||
pci_read_config_word(dev, PCI_COMMAND, &cmd);
|
||||
if ((cmd & (PCI_COMMAND_IO|PCI_COMMAND_MEMORY))
|
||||
== (PCI_COMMAND_IO|PCI_COMMAND_MEMORY)) {
|
||||
vga_wseq(NULL, CL_SEQR6, 0x12); /* unlock all extension registers */
|
||||
== (PCI_COMMAND_IO|PCI_COMMAND_MEMORY)) {
|
||||
vga_wseq(NULL, CL_SEQR6, 0x12); /* unlock all extension registers */
|
||||
vga_wseq(NULL, CL_SEQRF, 0x18);
|
||||
}
|
||||
}
|
||||
|
||||
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5434_8,
|
||||
quirk_cirrus_ram_size);
|
||||
quirk_cirrus_ram_size);
|
||||
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5436,
|
||||
quirk_cirrus_ram_size);
|
||||
quirk_cirrus_ram_size);
|
||||
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446,
|
||||
quirk_cirrus_ram_size);
|
||||
quirk_cirrus_ram_size);
|
||||
#endif
|
||||
|
新增問題並參考
封鎖使用者