Reviewed-by: Jordan Justen <[email protected]>

I found one more case that needed the same update. I pushed your patch
as 8b3ccf1.

Thanks!

-Jordan

On 2016-05-16 17:51:33, Pedroa wrote:
> OK ,have done.
> 
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Pedroa Liu <[email protected]>
> ---
>  EmulatorPkg/EmuGopDxe/GopInput.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/EmulatorPkg/EmuGopDxe/GopInput.c
> b/EmulatorPkg/EmuGopDxe/GopInput.c
> index a1f636a..505f340 100644
> --- a/EmulatorPkg/EmuGopDxe/GopInput.c
> +++ b/EmulatorPkg/EmuGopDxe/GopInput.c
> @@ -389,7 +389,7 @@ EmuGopSimpleTextInExReadKeyStrokeEx (
>      return EFI_INVALID_PARAMETER;
>    }
>  
> -  Private = GOP_PRIVATE_DATA_FROM_TEXT_IN_THIS (This);
> +  Private = GOP_PRIVATE_DATA_FROM_TEXT_IN_EX_THIS (This);
>    if (Private->EmuGraphicsWindow == NULL) {
>      return EFI_NOT_READY;
>    }
> -- 
> 2.1.4
> 
> On 2016年05月16日 04:06, Jordan Justen wrote:
> > Refer to EmulatorPkg/Contributions.txt for
> > Signed-off-by/Contributed-under.
> >
> > Do you have your full name set with git config user.name?
> >
> > For example, I use:
> >
> > git config --global user.name "Jordan Justen"
> >
> > If you update your user.name or user.email settings, then you can fix
> > the commit author with:
> >
> > git commit --amend --reset-author
> >
> > -Jordan
> >
> > On 2016-05-15 01:09:04, Pedroa wrote:
> >> ---
> >>  EmulatorPkg/EmuGopDxe/GopInput.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/EmulatorPkg/EmuGopDxe/GopInput.c
> >> b/EmulatorPkg/EmuGopDxe/GopInput.c
> >> index a1f636a..505f340 100644
> >> --- a/EmulatorPkg/EmuGopDxe/GopInput.c
> >> +++ b/EmulatorPkg/EmuGopDxe/GopInput.c
> >> @@ -389,7 +389,7 @@ EmuGopSimpleTextInExReadKeyStrokeEx (
> >>      return EFI_INVALID_PARAMETER;
> >>    }
> >>  
> >> -  Private = GOP_PRIVATE_DATA_FROM_TEXT_IN_THIS (This);
> >> +  Private = GOP_PRIVATE_DATA_FROM_TEXT_IN_EX_THIS (This);
> >>    if (Private->EmuGraphicsWindow == NULL) {
> >>      return EFI_NOT_READY;
> >>    }
> >> -- 
> >> 2.1.4
> >>
> >> _______________________________________________
> >> edk2-devel mailing list
> >> [email protected]
> >> https://lists.01.org/mailman/listinfo/edk2-devel
> 
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to