On 6/16/22 4:07 AM, Daniel Oakley wrote:
The data_links array was hard to read and understand. By implementing enumerated vimc data link entities, clarity has been improved when defining data_links. This therefore should help new programmers to understand the codebase better. There is no functional change intended. Suggested-by: Kieran Bingham <kieran.bingham@xxxxxxxxxxxxxxxx> Signed-off-by: Daniel Oakley <daniel.oakley@xxxxxxxxxxxxxxxx> --- drivers/media/test-drivers/vimc/vimc-core.c | 36 ++++++++++++++++----- 1 file changed, 28 insertions(+), 8 deletions(-)
Thank you for the patch to improve code readability. Looks good to me. Reviewed-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> thanks, -- Shuah