Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90757997 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "misc: qcom: qdsp6v2: remove error log on default case"

parents 4444c50f 3bd676ee
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -873,9 +873,8 @@ static long audio_aio_process_event_req_compat(struct q6audio_aio *audio,
			usr_evt.event_payload.error_info.err_type;
		break;
	default:
		pr_err("%s: unknown audio event type = %d",
			__func__, usr_evt_32.event_type);
		rc = -EINVAL;
		pr_debug("%s: unknown audio event type = %d rc = %ld",
			 __func__, usr_evt_32.event_type, rc);
		return rc;
	}
	if (copy_to_user(arg, &usr_evt_32, sizeof(usr_evt_32))) {