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... since v2: - Drop __attribute__((aligned())) -> __aligned() change for now - Align awb_fr field in struct ipu3_uapi_acc_param - Add Raj's Tested-by: tag Sakari Ailus (4): staging: imgu: Address a compiler warning on 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 | 2 +- drivers/staging/media/ipu3/ipu3-css-fw.c | 6 ++-- drivers/staging/media/ipu3/ipu3-mmu.c | 39 ++++++++++++++++++++++--- 5 files changed, 38 insertions(+), 17 deletions(-) -- 2.11.0