Hi Mauro, Hans, This set addresses most of the compiler / checker warnings from the ImgU driver. There are a few about stack usage from the compiler left but those were not trivial to address so I postponed that. There are also a few about memset but Hans suggested addressing that by increasing the maximum size. I guess it wouldn't benefit anyone to split those memsets into two...
Sakari Ailus (5): staging: imgu: Switch to __aligned() from __attribute__((aligned())) staging: imgu: Fix struct ipu3_uapi_awb_fr_config_s alignment staging: imgu: Remove redundant checks staging: imgu: Address compiler / checker warnings in MMU code Revert "media: ipu3: shut up warnings produced with W=1" drivers/staging/media/ipu3/Makefile | 6 -- drivers/staging/media/ipu3/TODO | 2 - drivers/staging/media/ipu3/include/intel-ipu3.h | 74 ++++++++++++------------- drivers/staging/media/ipu3/ipu3-css-fw.c | 6 +- drivers/staging/media/ipu3/ipu3-mmu.c | 39 +++++++++++-- 5 files changed, 74 insertions(+), 53 deletions(-) -- 2.11.0