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

Commit dd6ee387 authored by Sankeerth Billakanti's avatar Sankeerth Billakanti
Browse files

drivers/misc: add message to trace min_enc_lvl changes for debug



Add a message to trace the min_enc_lvl value changes to debug issues
related to hdcp secure content playback.

Change-Id: I1f21d723fda1156e175b9e2a6c325388745fd1ee
Signed-off-by: default avatarSankeerth Billakanti <sbillaka@codeaurora.org>
parent b09fb5f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -202,6 +202,8 @@ static ssize_t min_level_change_store(struct device *dev,
	if (hdcp->cb && hdcp->client_ctx)
		hdcp->cb(hdcp->client_ctx, min_enc_lvl);

	pr_debug("min_enc_lvl = %d\n", min_enc_lvl);

	return ret;
}