Re: [PATCH v2] lance: Return correct error code

From: David Miller
Date: Thu Feb 18 2016 - 14:59:07 EST


From: Amitoj Kaur Chawla <amitoj1606@xxxxxxxxx>
Date: Wed, 17 Feb 2016 20:33:26 +0530

> Failure of kzalloc should cause the enclosing function
> to return -ENOMEM, not -ENODEV.
>
> Additionally, removed the following checkpatch warnings:
> ERROR: spaces required around that '==' (ctx:VxV)
> ERROR: space required before the open parenthesis '('
> CHECK: Comparison to NULL could be written "!lp"
>
> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@xxxxxxxxx>

Applied, thanks.