mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
i7core_edac: use edac's own way to print errors
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
45f74482a0
commit
f9902f24fc
@ -2068,7 +2068,8 @@ static void i7core_pci_ctl_create(struct i7core_pvt *pvt)
|
|||||||
&pvt->i7core_dev->pdev[0]->dev,
|
&pvt->i7core_dev->pdev[0]->dev,
|
||||||
EDAC_MOD_STR);
|
EDAC_MOD_STR);
|
||||||
if (unlikely(!pvt->i7core_pci))
|
if (unlikely(!pvt->i7core_pci))
|
||||||
pr_warn("Unable to setup PCI error report via EDAC\n");
|
i7core_printk(KERN_WARNING,
|
||||||
|
"Unable to setup PCI error report via EDAC\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void i7core_pci_ctl_release(struct i7core_pvt *pvt)
|
static void i7core_pci_ctl_release(struct i7core_pvt *pvt)
|
||||||
|
Loading…
Reference in New Issue
Block a user