patch-2.3.40 linux/arch/alpha/kernel/core_mcpcia.c

Next file: linux/arch/alpha/kernel/osf_sys.c
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.39/linux/arch/alpha/kernel/core_mcpcia.c linux/arch/alpha/kernel/core_mcpcia.c
@@ -560,12 +560,14 @@
 
 	switch (expected) {
 	case 0:
+	    {
 		/* FIXME: how do we figure out which hose the
 		   error was on?  */	
 		struct pci_controler *hose;
 		for (hose = hose_head; hose; hose = hose->next)
 			mcpcia_pci_clr_err(hose2mid(hose->index));
 		break;
+	    }
 	case 1:
 		mcpcia_pci_clr_err(mcheck_extra(cpu));
 		break;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)