Loading drivers/crypto/msm/qcedev.c +3 −0 Original line number Diff line number Diff line Loading @@ -2163,8 +2163,11 @@ static int qcedev_remove(struct platform_device *pdev) podev = platform_get_drvdata(pdev); if (!podev) return 0; qcedev_ce_high_bw_req(podev, true); if (podev->qce) qce_close(podev->qce); qcedev_ce_high_bw_req(podev, false); if (podev->icc_path) icc_put(podev->icc_path); Loading Loading
drivers/crypto/msm/qcedev.c +3 −0 Original line number Diff line number Diff line Loading @@ -2163,8 +2163,11 @@ static int qcedev_remove(struct platform_device *pdev) podev = platform_get_drvdata(pdev); if (!podev) return 0; qcedev_ce_high_bw_req(podev, true); if (podev->qce) qce_close(podev->qce); qcedev_ce_high_bw_req(podev, false); if (podev->icc_path) icc_put(podev->icc_path); Loading