Re: [PATCH v2] Staging: greybus: camera: cleanup multiple checks for null pointers

2018-01-09 Thread Johan Hovold
On Mon, Jan 08, 2018 at 10:20:15PM +0530, Sumit Pundir wrote: > Fixed coding style issue regarding null comparison at multiple lines. > Issue reported by checkpatch.pl > > Signed-off-by: Sumit Pundir > --- > v2: > Updated the patch title and description. Thanks for the update. Acked-by: Johan

Re: [greybus-dev] [PATCH v2] Staging: greybus: camera: cleanup multiple checks for null pointers

2018-01-08 Thread Alex Elder
On 01/08/2018 10:50 AM, Sumit Pundir wrote: > Fixed coding style issue regarding null comparison at multiple lines. > Issue reported by checkpatch.pl > > Signed-off-by: Sumit Pundir Looks good. The subject should say "staging" rather than "Staging" but that's probably not a big deal. Reviewed

[PATCH v2] Staging: greybus: camera: cleanup multiple checks for null pointers

2018-01-08 Thread Sumit Pundir
Fixed coding style issue regarding null comparison at multiple lines. Issue reported by checkpatch.pl Signed-off-by: Sumit Pundir --- v2: Updated the patch title and description. drivers/staging/greybus/camera.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git