diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-15 22:59:09 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-15 22:59:09 -0700 |
| commit | 16a6dc2a061446e4feac988d5fed128677e58c21 (patch) | |
| tree | 1bfa4822a7a5ee4d31cd2db75bccded97b0245ce /drivers/misc | |
| parent | 92e373a732709efc5b633752d7fe17cb79690f50 (diff) | |
| parent | 02b2b76fb0d3eeab8bfe7fb43f8413c8ccb4690d (diff) | |
Merge "drm/msm: add HDCP 1x module for MSM DRM driver"
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/hdcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/hdcp.c b/drivers/misc/hdcp.c index 33ec0c15efa6..6dabb92bc8ce 100644 --- a/drivers/misc/hdcp.c +++ b/drivers/misc/hdcp.c @@ -2288,7 +2288,7 @@ int hdcp1_set_enc(bool enable) } if (hdcp1_enc_enabled == enable) { - pr_debug("already %s\n", enable ? "enabled" : "disabled"); + pr_info("already %s\n", enable ? "enabled" : "disabled"); goto end; } @@ -2318,7 +2318,7 @@ int hdcp1_set_enc(bool enable) } hdcp1_enc_enabled = enable; - pr_debug("%s success\n", enable ? "enable" : "disable"); + pr_info("%s success\n", enable ? "enable" : "disable"); end: mutex_unlock(&hdcp1_ta_cmd_lock); return rc; |
