mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
slimbus: ngd: return proper error code instead of zero
[ Upstream commit 9652e6aa62 ]
It looks like there is a typo in probe return. Fix it.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9874abd5c8
commit
932980ed5b
@@ -1393,7 +1393,7 @@ wq_err:
|
||||
if (ctrl->mwq)
|
||||
destroy_workqueue(ctrl->mwq);
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int qcom_slim_ngd_ctrl_probe(struct platform_device *pdev)
|
||||
|
||||
Reference in New Issue
Block a user