Loading drivers/soc/qcom/qbt1000.c +3 −1 Original line number Diff line number Diff line Loading @@ -368,6 +368,7 @@ static long qbt1000_ioctl( } pr_debug("app %s load before\n", app.name); app.name[MAX_NAME_SIZE - 1] = '\0'; /* start the TZ app */ rc = qseecom_start_app( Loading @@ -381,7 +382,8 @@ static long qbt1000_ioctl( pr_err("App %s failed to set bw\n", app.name); } } else { pr_err("app %s failed to load\n", app.name); dev_err(drvdata->dev, "%s: Fingerprint Trusted App failed to load\n", __func__); goto end; } Loading Loading
drivers/soc/qcom/qbt1000.c +3 −1 Original line number Diff line number Diff line Loading @@ -368,6 +368,7 @@ static long qbt1000_ioctl( } pr_debug("app %s load before\n", app.name); app.name[MAX_NAME_SIZE - 1] = '\0'; /* start the TZ app */ rc = qseecom_start_app( Loading @@ -381,7 +382,8 @@ static long qbt1000_ioctl( pr_err("App %s failed to set bw\n", app.name); } } else { pr_err("app %s failed to load\n", app.name); dev_err(drvdata->dev, "%s: Fingerprint Trusted App failed to load\n", __func__); goto end; } Loading