From: Dan Carpenter
Date: Fri, 28 Apr 2017 15:56:09 +0300
> My static checker complains that we're holding a mutex on this error
> path. Let's goto exit instead of returning directly.
>
> Fixes: b0bccb69eba3 ("qed: Change locking scheme for VF channel")
> Signed-off-by: Dan Carpenter
Applied.
> My static checker complains that we're holding a mutex on this error path.
> Let's goto exit instead of returning directly.
>
> Fixes: b0bccb69eba3 ("qed: Change locking scheme for VF channel")
> Signed-off-by: Dan Carpenter
> ---
> Yuval, could you review this one a bit carefully and also chec