]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
ShellPkg: BcfgDisplayDump(): hoist NULL-init of DevPath[String]
authorLaszlo Ersek <lersek@redhat.com>
Thu, 21 Jan 2016 18:40:00 +0000 (18:40 +0000)
committerlersek <lersek@Edk2>
Thu, 21 Jan 2016 18:40:00 +0000 (18:40 +0000)
commit43da602cb4e14efa921a359afb9c4c06c7138eba
tree7ba7df2dd292ede3df7c0851e54b0cdccea4b977
parentc7e97f6d4464d0adcc5f26c980e0b5a97064a6e0
ShellPkg: BcfgDisplayDump(): hoist NULL-init of DevPath[String]

It will help with error handling if we move these initializations near the
top of the loop body.

This patch is not supposed to change behavior.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ryan Harkin <ryan.harkin@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19708 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c