audk/MdeModulePkg/Bus/Pci/PciSioSerialDxe
Michael Kinney 83809dc018 MdeModulePkg/PciSioSerialDxe: Fix compiler warnings
Add missing braces in module global mControllerDevicePathTemplate.
Initialize ControllerNumber and ContainsControllerNode in
SerialControllerDriverStart() to address warning for potential use
before initialization warning.
Move initialization of local SerialIo earlier in
SerialControllerDriverStart() to address warning for potential use
before initialization warning.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19232 6f19259b-4bc3-4df7-8a09-765794883524
2015-12-14 05:29:02 +00:00
..
ComponentName.c
PciSioSerialDxe.inf
PciSioSerialDxe.uni
PciSioSerialDxeExtra.uni
Serial.c MdeModulePkg/PciSioSerialDxe: Fix compiler warnings 2015-12-14 05:29:02 +00:00
Serial.h
SerialIo.c