Re: [PATCH 1/1] ipu3-imgu: Fix compiler warnings

2018-12-10 Thread Tomasz Figa
Hi Sakari, On Mon, Dec 10, 2018 at 9:22 PM Sakari Ailus wrote: > > Address a few false positive compiler warnings related to uninitialised > variables. While at it, use bool where bool is needed and %u to print an > unsigned integer. > > Signed-off-by: Sakari Ailus > --- > drivers/staging/media

[PATCH 1/1] ipu3-imgu: Fix compiler warnings

2018-12-10 Thread Sakari Ailus
Address a few false positive compiler warnings related to uninitialised variables. While at it, use bool where bool is needed and %u to print an unsigned integer. Signed-off-by: Sakari Ailus --- drivers/staging/media/ipu3/ipu3.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff