Re: [PATCH 03/11] media: exynos4-is: Fix nullptr when no CSIS device present

2020-07-11 Thread Jonathan Bakker
Hi Sylwester and Tomasz, On 2020-07-08 8:11 a.m., Sylwester Nawrocki wrote: > Hi, > > On 07.07.2020 19:55, Tomasz Figa wrote: >> On Sat, Apr 25, 2020 at 07:26:42PM -0700, Jonathan Bakker wrote: >>> Not all devices use the CSIS device, some may use the FIMC directly in >>> which case the CSIS devi

Re: [PATCH 03/11] media: exynos4-is: Fix nullptr when no CSIS device present

2020-07-08 Thread Sylwester Nawrocki
Hi, On 07.07.2020 19:55, Tomasz Figa wrote: > On Sat, Apr 25, 2020 at 07:26:42PM -0700, Jonathan Bakker wrote: >> Not all devices use the CSIS device, some may use the FIMC directly in >> which case the CSIS device isn't registered. This leads to a nullptr >> exception when starting the stream as

Re: [PATCH 03/11] media: exynos4-is: Fix nullptr when no CSIS device present

2020-07-08 Thread Sylwester Nawrocki
On 26.04.2020 04:26, Jonathan Bakker wrote: > Not all devices use the CSIS device, some may use the FIMC directly in > which case the CSIS device isn't registered. This leads to a nullptr > exception when starting the stream as the CSIS device is always > referenced. Instead, if getting the CSIS

Re: [PATCH 03/11] media: exynos4-is: Fix nullptr when no CSIS device present

2020-07-07 Thread Tomasz Figa
Hi Jonathan, On Sat, Apr 25, 2020 at 07:26:42PM -0700, Jonathan Bakker wrote: > Not all devices use the CSIS device, some may use the FIMC directly in > which case the CSIS device isn't registered. This leads to a nullptr > exception when starting the stream as the CSIS device is always > referen