Re: [patch] caif: checking the wrong variable
From: Sjur Brændeland <hidden>
Date: 2011-01-15 14:03:32
Also in:
kernel-janitors
From: Sjur Brændeland <hidden>
Date: 2011-01-15 14:03:32
Also in:
kernel-janitors
In the original code we check if (servl == NULL) twice. The first time should print the message that cfmuxl_remove_uplayer() failed and set "ret" correctly, but instead it just returns success. The second check should be checking the value of "ret" instead of "servl". Signed-off-by: Dan Carpenter <redacted>
Thank you for spotting and correcting this. Looks good to me (reviewed only) Acked-by: Sjur Braendeland <redacted>