Skip to content

Commit

Permalink
Revert "HSD #16013024105: fpga: stratix10-soc: stop kernel thread"
Browse files Browse the repository at this point in the history
This reverts commit c7bfe97.
  • Loading branch information
rgongatintel committed Apr 12, 2021
1 parent bd35617 commit e05fb79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/fpga/stratix10-soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,12 +486,10 @@ static int s10_probe(struct platform_device *pdev)
NULL, 0, s10_fw_version_callback);
if (ret) {
dev_err(dev, "couldn't get firmware version\n");
stratix10_svc_done(priv->chan);
fpga_mgr_free(mgr);
goto probe_err;
}

stratix10_svc_done(priv->chan);
platform_set_drvdata(pdev, mgr);
return ret;

Expand Down

0 comments on commit e05fb79

Please sign in to comment.