Re: [PATCH 2/3] staging: most: return proper error

From: Greg Kroah-Hartman
Date: Sun Feb 07 2016 - 17:15:01 EST


On Sun, Nov 22, 2015 at 10:30:55PM +0530, Sudip Mukherjee wrote:
> We were returning ENOMEM on all types of errors. Lets return the actual
> error code. At the same time remove the label which became unused as a
> result of this patch.
>
> Signed-off-by: Sudip Mukherjee <sudip@xxxxxxxxxxxxxxx>
> ---
> drivers/staging/most/mostcore/core.c | 22 +++++++++++++++-------
> 1 file changed, 15 insertions(+), 7 deletions(-)

This and patch 3/3 don't apply anymore :(