commit | 486bba4524e00c23a8cca2159ae537234d8178ac | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Dec 04 20:05:49 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Jan 21 18:27:41 2020 +0200 |
tree | 6a51415a92699d8223a181015fd1c55012bd24bf | |
parent | 5d1db3f61aa919dfbe7c80ab51b5ec981e3a995c [diff] |
drm/i915/hdcp: Clean up local variables Eliminate the inconsistencies in the hdcp code local variables: - use dev_priv over dev - use to_i915() instead of dev->dev_private - initialize variables when declaring them - a bit of declaration suffling to appease ocd Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191204180549.1267-10-ville.syrjala@linux.intel.com Reviewed-by: Ramalingam C <ramalingam.c@intel.com>