diff options
Diffstat (limited to 'drivers/edac/edac_pci.c')
-rw-r--r-- | drivers/edac/edac_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/edac_pci.c b/drivers/edac/edac_pci.c index fd0b1222dc75..d9cd5e048cee 100644 --- a/drivers/edac/edac_pci.c +++ b/drivers/edac/edac_pci.c | |||
@@ -321,7 +321,7 @@ int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx) | |||
321 | " DEV '%s' (%s)\n", | 321 | " DEV '%s' (%s)\n", |
322 | pci->mod_name, | 322 | pci->mod_name, |
323 | pci->ctl_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 | 325 | ||
326 | edac_unlock_pci_list(); | 326 | edac_unlock_pci_list(); |
327 | return 0; | 327 | return 0; |