edac_pci.c (f044091ca4c0b05be8f83748d76d4fbba4fc74cf) edac_pci.c (494d0d55bcc7ef94c744a59779327e45a27f7801)
1/*
2 * EDAC PCI component
3 *
4 * Author: Dave Jiang <djiang@mvista.com>
5 *
6 * 2007 (c) MontaVista Software, Inc. This file is licensed under
7 * the terms of the GNU General Public License version 2. This program
8 * is licensed "as is" without any warranty of any kind, whether express

--- 307 unchanged lines hidden (view full) ---

316 pci->op_state = OP_RUNNING_INTERRUPT;
317 }
318
319 edac_pci_printk(pci, KERN_INFO,
320 "Giving out device to module '%s' controller '%s':"
321 " DEV '%s' (%s)\n",
322 pci->mod_name,
323 pci->ctl_name,
1/*
2 * EDAC PCI component
3 *
4 * Author: Dave Jiang <djiang@mvista.com>
5 *
6 * 2007 (c) MontaVista Software, Inc. This file is licensed under
7 * the terms of the GNU General Public License version 2. This program
8 * is licensed "as is" without any warranty of any kind, whether express

--- 307 unchanged lines hidden (view full) ---

316 pci->op_state = OP_RUNNING_INTERRUPT;
317 }
318
319 edac_pci_printk(pci, KERN_INFO,
320 "Giving out device to module '%s' controller '%s':"
321 " DEV '%s' (%s)\n",
322 pci->mod_name,
323 pci->ctl_name,
324 dev_name(pci), edac_op_state_toString(pci->op_state));
324 dev_name(pci), edac_op_state_to_string(pci->op_state));
325
326 edac_unlock_pci_list();
327 return 0;
328
329fail1:
330 del_edac_pci_from_global_list(pci);
331fail0:
332 edac_unlock_pci_list();

--- 101 unchanged lines hidden ---
325
326 edac_unlock_pci_list();
327 return 0;
328
329fail1:
330 del_edac_pci_from_global_list(pci);
331fail0:
332 edac_unlock_pci_list();

--- 101 unchanged lines hidden ---