Re: [PATCH] ATOMISP: Tidies up code warnings and errors in file
From: Greg KH
Date: Thu May 18 2017 - 09:38:26 EST
On Mon, May 08, 2017 at 11:25:55PM +0100, Mark Railton wrote:
> Cleared up some errors and warnings in
> drivers/staging/media/atomisp/i2c/ap1302.c
>
> Signed-off-by: Mark Railton <mark@xxxxxxxxxxxxxxx>
> ---
> drivers/staging/media/atomisp/i2c/ap1302.c | 83 ++++++++++++++++++------------
> 1 file changed, 50 insertions(+), 33 deletions(-)
Always be specific as to what exactly you are doing, and don't do
multiple different things in a single patch like you did here (hint,
"all warnings/errors isn't one thing".
thanks,
greg k-h