OSDN Git Service

drm/i915/hdcp: conversion to struct drm_device based logging macros.
authorRamalingam C <ramalingam.c@intel.com>
Wed, 12 Feb 2020 12:30:07 +0000 (18:00 +0530)
committerRamalingam C <ramalingam.c@intel.com>
Tue, 3 Mar 2020 12:28:03 +0000 (17:58 +0530)
commit51279100de83ebc9c9b0aeea3be3a2223395cb3b
tree2c8702f6eb6c3f08af647f8d4cafe9830875a853
parenta10510afa0bbd5cdf4867dfff8905bbbfce1515e
drm/i915/hdcp: conversion to struct drm_device based logging macros.

Converts remaining instances of the printk based logging macros in
i915/display/intel_hdcp.c with the struct drm_device based macros
manually.

This is continuation of commit 65833c463886 ("drm/i915/hdcp: conversion
to struct drm_device based logging macros.")

v2:
  i915_dev_priv is used instead of drm_device for reusability [JaniN]
v3:
  Made it independent from the series.
  once instance of dev_priv naming is changed to i915 [Jani N]

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200212123007.6659-1-ramalingam.c@intel.com
drivers/gpu/drm/i915/display/intel_hdcp.c