[libcamera-devel,v2,0/3] ipa: raspberrypi: fix uninit variables
mbox series

Message ID 20201007131812.2688973-1-tomi.valkeinen@iki.fi
Headers show
Series
  • ipa: raspberrypi: fix uninit variables
Related show

Message

Tomi Valkeinen Oct. 7, 2020, 1:18 p.m. UTC
Version two, with the mess up in agc.cpp fixed.

 Tomi

Tomi Valkeinen (3):
  ipa: raspberrypi: fix bin_x calculation
  ipa: raspberrypi: fix access to uninitialized variables
  ipa: raspberrypi: fix missing initialize of status_

 src/ipa/raspberrypi/controller/rpi/agc.cpp | 16 ++++++++--------
 src/ipa/raspberrypi/controller/rpi/awb.cpp |  2 +-
 src/ipa/raspberrypi/raspberrypi.cpp        |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

Comments

Kieran Bingham Oct. 7, 2020, 1:22 p.m. UTC | #1
Hi Tomi,

On 07/10/2020 14:18, Tomi Valkeinen wrote:
> Version two, with the mess up in agc.cpp fixed.
> 

I've seen a request from David to hold off on the AGC status memset
patch, so I'll consider that one on hold for a moment. The other two are
good and applicable immediately - so I'll merge those today.

--
Thanks

Kieran


>  Tomi
> 
> Tomi Valkeinen (3):
>   ipa: raspberrypi: fix bin_x calculation
>   ipa: raspberrypi: fix access to uninitialized variables
>   ipa: raspberrypi: fix missing initialize of status_
> 
>  src/ipa/raspberrypi/controller/rpi/agc.cpp | 16 ++++++++--------
>  src/ipa/raspberrypi/controller/rpi/awb.cpp |  2 +-
>  src/ipa/raspberrypi/raspberrypi.cpp        |  2 +-
>  3 files changed, 10 insertions(+), 10 deletions(-)
>