mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
slimbus: ngd: return proper error code instead of zero
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>
This commit is contained in:
parent
1830dad34c
commit
9652e6aa62
@ -1389,7 +1389,7 @@ static int qcom_slim_ngd_probe(struct platform_device *pdev)
|
||||
if (ctrl->mwq)
|
||||
destroy_workqueue(ctrl->mwq);
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int qcom_slim_ngd_ctrl_probe(struct platform_device *pdev)
|
||||
|
Loading…
Reference in New Issue
Block a user