Merge "soc: qcom: Remove the thermal_cdev_update from cdsprm"

This commit is contained in:
qctecmdr 2021-03-27 12:03:38 -07:00 committed by Gerrit - the friendly Code Review server
commit fbc236208f

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
*/
/*
@ -1197,7 +1197,6 @@ static int cdsp_rm_driver_probe(struct platform_device *pdev)
}
gcdsprm.cdsp_tcdev = tcdev;
thermal_cdev_update(tcdev);
}
gcdsprm.b_qosinitdone = true;
@ -1369,7 +1368,6 @@ static int hvx_rm_driver_probe(struct platform_device *pdev)
"HVX thermal driver reg failed\n");
}
gcdsprm.hvx_tcdev = tcdev;
thermal_cdev_update(tcdev);
}
dev_dbg(dev, "HVX request manager driver probe called\n");