* [2.6.35-rc6] quiesce EDAC initialisation on desktop/mobile i7
@ 2010-07-23 22:16 Daniel J Blueman
2010-07-24 10:56 ` Borislav Petkov
0 siblings, 1 reply; 3+ messages in thread
From: Daniel J Blueman @ 2010-07-23 22:16 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel
Hi Linus,
A small fixlet for 2.6.35-rc7/final.
---
Don't print failure to detect Core i7 EDAC facilities to the console at boot
time, most often occurring on Core i7 desktops and laptops.
Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
index cc9357d..e0187d1 100644
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -1300,7 +1300,7 @@ int i7core_get_onedevice(struct pci_dev **prev, int devno,
if (devno == 0)
return -ENODEV;
- i7core_printk(KERN_ERR,
+ i7core_printk(KERN_INFO,
"Device not found: dev %02x.%d PCI ID %04x:%04x\n",
dev_descr->dev, dev_descr->func,
PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
--
Daniel J Blueman
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [2.6.35-rc6] quiesce EDAC initialisation on desktop/mobile i7
2010-07-23 22:16 [2.6.35-rc6] quiesce EDAC initialisation on desktop/mobile i7 Daniel J Blueman
@ 2010-07-24 10:56 ` Borislav Petkov
2010-07-25 17:50 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2010-07-24 10:56 UTC (permalink / raw)
To: Daniel J Blueman; +Cc: Linus Torvalds, Linux Kernel, Mauro Carvalho Chehab
From: Daniel J Blueman <daniel.blueman@gmail.com>
Date: Fri, Jul 23, 2010 at 11:16:52PM +0100
> Hi Linus,
>
> A small fixlet for 2.6.35-rc7/final.
>
> ---
>
> Don't print failure to detect Core i7 EDAC facilities to the console at boot
> time, most often occurring on Core i7 desktops and laptops.
>
> Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
>
> diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
> index cc9357d..e0187d1 100644
> --- a/drivers/edac/i7core_edac.c
> +++ b/drivers/edac/i7core_edac.c
> @@ -1300,7 +1300,7 @@ int i7core_get_onedevice(struct pci_dev **prev, int devno,
> if (devno == 0)
> return -ENODEV;
>
> - i7core_printk(KERN_ERR,
> + i7core_printk(KERN_INFO,
> "Device not found: dev %02x.%d PCI ID %04x:%04x\n",
> dev_descr->dev, dev_descr->func,
> PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
>
Adding the driver maintainer to CC. Please, try doing that in the
future,
Thanks.
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6.35-rc6] quiesce EDAC initialisation on desktop/mobile i7
2010-07-24 10:56 ` Borislav Petkov
@ 2010-07-25 17:50 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2010-07-25 17:50 UTC (permalink / raw)
To: Borislav Petkov, Daniel J Blueman, Linus Torvalds, Linux Kernel
Em 24-07-2010 07:56, Borislav Petkov escreveu:
> From: Daniel J Blueman <daniel.blueman@gmail.com>
> Date: Fri, Jul 23, 2010 at 11:16:52PM +0100
>
>> Hi Linus,
>>
>> A small fixlet for 2.6.35-rc7/final.
>>
>> ---
>>
>> Don't print failure to detect Core i7 EDAC facilities to the console at boot
>> time, most often occurring on Core i7 desktops and laptops.
>>
>> Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
Seems ok to me.
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
>>
>> diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
>> index cc9357d..e0187d1 100644
>> --- a/drivers/edac/i7core_edac.c
>> +++ b/drivers/edac/i7core_edac.c
>> @@ -1300,7 +1300,7 @@ int i7core_get_onedevice(struct pci_dev **prev, int devno,
>> if (devno == 0)
>> return -ENODEV;
>>
>> - i7core_printk(KERN_ERR,
>> + i7core_printk(KERN_INFO,
>> "Device not found: dev %02x.%d PCI ID %04x:%04x\n",
>> dev_descr->dev, dev_descr->func,
>> PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
>>
>
> Adding the driver maintainer to CC. Please, try doing that in the
> future,
>
> Thanks.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-25 17:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 22:16 [2.6.35-rc6] quiesce EDAC initialisation on desktop/mobile i7 Daniel J Blueman
2010-07-24 10:56 ` Borislav Petkov
2010-07-25 17:50 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox