Added comment to fastrpc_check_pd_status for daemons to wait before audio or sensors PD is up. Change-Id: I2d908cbf4b642386aec97ef1afe38b6af572d9a5 Signed-off-by: Anirudh Raghavendra <[email protected]>
@@ -6177,6 +6177,7 @@ bail:
return err;
}
+/* Wait for PD to be up before audio or sensors daemons try connecting */
static int fastrpc_check_pd_status(struct fastrpc_file *fl, char *sloc_name)
{
int err = 0, session = -1, cid = -1;