Re: [PATCHv5 09/12] adv7180/tvp514x/tvp7002: fix entity function

2018-07-09 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Friday, 29 June 2018 14:43:28 EEST Hans Verkuil wrote: > From: Hans Verkuil > > The entity function was ORed with the flags field instead of > assigned to the function field. Correct this. > > Signed-off-by: Hans Verkuil > Acked-by: Sakari Ailus Reviewed

[PATCHv5 09/12] adv7180/tvp514x/tvp7002: fix entity function

2018-06-29 Thread Hans Verkuil
From: Hans Verkuil The entity function was ORed with the flags field instead of assigned to the function field. Correct this. Signed-off-by: Hans Verkuil Acked-by: Sakari Ailus --- drivers/media/i2c/adv7180.c | 2 +- drivers/media/i2c/tvp514x.c | 2 +- drivers/media/i2c/tvp7002.c | 2 +- 3 fi