On Tue, May 5, 2009 at 4:30 PM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
On 06.05.2009 00:19, Myles Watson wrote:
-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of Carl-Daniel Hailfinger Sent: Tuesday, May 05, 2009 4:12 PM To: Beber Cc: coreboot@coreboot.org Subject: Re: [coreboot] [PATCH] chipset_enable: Fix open /dev/cpu
Hi Bertrand,
On 05.05.2009 22:22, Beber wrote:
Here is a fix for chipset_enable.c when there is not /dev/cpu. Open fail no there is not reason to lseek in. Actually this is a trivial fix for not well handled return from open.
Although the fix seems trivial, it breaks the code a few lines down. With the old code, you got a meaningful error message about having to run "modprobe msr". This error message does not trigger anymore with the new code. Please fix. Thanks.
Is this what you're asking for?
Partially. I think it would make sense to unify this with the first lseek() error check, but I don't have strong preferences either way.
If you have something specific in mind, it should only be a couple of lines.
I'll ack it.
Thanks, Myles