Re: [PATCH savage] Refactor BIOS modes retrieval to only call VBEGetVBEInfo once

2012-02-17 Thread Tormod Volden
On Thu, Feb 16, 2012 at 11:35 PM, Julien Cristau wrote: > On Wed, Feb 15, 2012 at 23:07:12 +0100, Tormod Volden wrote: > >> From: Tormod Volden >> >> Signed-off-by: Tormod Volden >> --- >> >> The change should be fine by itself, but the reason I changed this is >> that with the latest stack (upg

Re: [PATCH savage] Refactor BIOS modes retrieval to only call VBEGetVBEInfo once

2012-02-16 Thread Julien Cristau
On Wed, Feb 15, 2012 at 23:07:12 +0100, Tormod Volden wrote: > From: Tormod Volden > > Signed-off-by: Tormod Volden > --- > > The change should be fine by itself, but the reason I changed this is > that with the latest stack (upgraded to 1.12RC etc) the second call to > VBEGetVBEInfo would ret

[PATCH savage] Refactor BIOS modes retrieval to only call VBEGetVBEInfo once

2012-02-15 Thread Tormod Volden
From: Tormod Volden Signed-off-by: Tormod Volden --- The change should be fine by itself, but the reason I changed this is that with the latest stack (upgraded to 1.12RC etc) the second call to VBEGetVBEInfo would return corrupted values. There, I fixed it!(TM) :) So was the issue due to bugs