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

Commit faf842dd authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 7ddf2755 dd6ee387
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;
}