Re: [PATCH v2 06/11] media: exynos4-is: Use global num_sensors rather than local index

2020-07-31 Thread Sylwester Nawrocki
On 31.07.2020 01:01, Jonathan Bakker wrote: > Instead of keeping a local copy of how many sensors we've probed > (which may not even properly represent the number of sensors > probed if we have a port without a sensor), use the global > num_sensors counter that has the actual number used. > > This

[PATCH v2 06/11] media: exynos4-is: Use global num_sensors rather than local index

2020-07-30 Thread Jonathan Bakker
Instead of keeping a local copy of how many sensors we've probed (which may not even properly represent the number of sensors probed if we have a port without a sensor), use the global num_sensors counter that has the actual number used. This will also make it easier to add support for multiple se