Re: [PATCH] [media] st-hva: fix a copy-and-paste variable name error

2016-10-24 Thread Jean Christophe TROTIN
Thanks (and sorry for the delay of my answer), Acked-by: Jean-Christophe Trotin On 09/19/2016 08:19 AM, Colin King wrote: > From: Colin Ian King > > The second check for an error on hva->lmi_err_reg appears > to be a copy-and-paste

Re: [PATCH] [media] st-hva: fix a copy-and-paste variable name error

2016-10-24 Thread Jean Christophe TROTIN
Thanks (and sorry for the delay of my answer), Acked-by: Jean-Christophe Trotin On 09/19/2016 08:19 AM, Colin King wrote: > From: Colin Ian King > > The second check for an error on hva->lmi_err_reg appears > to be a copy-and-paste error, it should be hva->emi_err_reg > instead. > >

[PATCH] [media] st-hva: fix a copy-and-paste variable name error

2016-09-19 Thread Colin King
From: Colin Ian King The second check for an error on hva->lmi_err_reg appears to be a copy-and-paste error, it should be hva->emi_err_reg instead. Signed-off-by: Colin Ian King --- drivers/media/platform/sti/hva/hva-hw.c | 2 +- 1 file

[PATCH] [media] st-hva: fix a copy-and-paste variable name error

2016-09-19 Thread Colin King
From: Colin Ian King The second check for an error on hva->lmi_err_reg appears to be a copy-and-paste error, it should be hva->emi_err_reg instead. Signed-off-by: Colin Ian King --- drivers/media/platform/sti/hva/hva-hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git