Re: [PATCH 4/4] ti-vpe: Parse local endpoint for properties, not the remote one

2019-03-07 Thread kbuild test robot
Hi Sakari, I love your patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v5.0 next-20190306] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/comm

[PATCH 4/4] ti-vpe: Parse local endpoint for properties, not the remote one

2019-03-05 Thread Sakari Ailus
ti-vpe driver parsed the remote endpoints for properties but ignored the local ones. Fix this by parsing the local endpoint properties instead. Signed-off-by: Sakari Ailus --- drivers/media/platform/ti-vpe/cal.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/driv