Re: [edk2] [PATCH 3/8] PcAtChipsetPkg: remove unitialized variable warnings

2015-12-18 Thread Zeng, Star
On 2015/12/17 22:55, Ard Biesheuvel wrote: On 17 December 2015 at 14:59, Zeng, Star wrote: On 2015/12/17 18:00, Ard Biesheuvel wrote: LcrParity and LcrStop may end up being referenced without being initialized, so make sure they always have a value. Contributed-under: TianoCore Contribution

Re: [edk2] [PATCH 3/8] PcAtChipsetPkg: remove unitialized variable warnings

2015-12-17 Thread Ard Biesheuvel
On 17 December 2015 at 14:59, Zeng, Star wrote: > On 2015/12/17 18:00, Ard Biesheuvel wrote: >> >> LcrParity and LcrStop may end up being referenced without being >> initialized, so make sure they always have a value. >> >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Signed-off-by:

Re: [edk2] [PATCH 3/8] PcAtChipsetPkg: remove unitialized variable warnings

2015-12-17 Thread Zeng, Star
On 2015/12/17 18:00, Ard Biesheuvel wrote: LcrParity and LcrStop may end up being referenced without being initialized, so make sure they always have a value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- PcAtChipsetPkg/Library/SerialIoLib/SerialPor

[edk2] [PATCH 3/8] PcAtChipsetPkg: remove unitialized variable warnings

2015-12-17 Thread Ard Biesheuvel
LcrParity and LcrStop may end up being referenced without being initialized, so make sure they always have a value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c | 8 ++-- 1 file changed, 2 inserti