Re: [PATCH v6 06/20] stdio: Fix class iteration in stdio_add_devices()

2022-10-17 Thread Simon Glass
There is a complaint in the code that iterates keyboards that we don't have the _check variant of class iterator but we in fact do, use it. In the code that iterates video devices there is an attempt to print errors but the simple iterator does not return a device when there is an error. Use the _

[PATCH v6 06/20] stdio: Fix class iteration in stdio_add_devices()

2022-10-12 Thread Michal Suchanek
There is a complaint in the code that iterates keyboards that we don't have the _check variant of class iterator but we in fact do, use it. In the code that iterates video devices there is an attempt to print errors but the simple iterator does not return a device when there is an error. Use the _