Re: [edk2] [Patch] Use a local variable to cache the pointer.

2016-05-12 Thread Qiu, Shumin
Reviewed-by: Qiu Shumin -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jaben Carsey Sent: Friday, May 13, 2016 6:10 AM To: edk2-devel@lists.01.org Cc: Qiu, Shumin Subject: [edk2] [Patch] Use a local variable to cache the

Re: [edk2] [Patch] Use a local variable to cache the pointer.

2016-05-12 Thread Carsey, Jaben
Amended for commit. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jordan Justen > Sent: Thursday, May 12, 2016 3:20 PM > To: Carsey, Jaben ; edk2-devel@lists.01.org > Cc: Qiu, Shumin >

Re: [edk2] [Patch] Use a local variable to cache the pointer.

2016-05-12 Thread Jordan Justen
Subject line should have a ShellPkg prefix. ShellPkg: Use a local variable to cache the pointer. On 2016-05-12 15:09:32, Jaben Carsey wrote: > CC: Qiu Shumin > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jaben Carsey >

Re: [edk2] [Patch] Use a local variable to cache the pointer.

2016-05-12 Thread Bjorge, Erik C
Reviewed-by: Erik Bjorge > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jaben Carsey > Sent: Thursday, May 12, 2016 3:10 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin > Subject: [edk2]

[edk2] [Patch] Use a local variable to cache the pointer.

2016-05-12 Thread Jaben Carsey
CC: Qiu Shumin Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey --- ShellPkg/Application/Shell/Shell.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Application/Shell/Shell.c