aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2019-03-18 18:00:19 +0200
committerJani Nikula <jani.nikula@intel.com>2019-03-19 09:49:07 +0200
commit126d0a94c945280c665a4ed240dce64252cf3c6b (patch)
treeedf1eb0a5ec436ac2934888bc74117b1e63b41b3 /drivers/gpu/drm/i915/intel_hdmi.c
parentdrm/i915: Hold a ref to the ring while retiring (diff)
downloadlinux-dev-126d0a94c945280c665a4ed240dce64252cf3c6b.tar.xz
linux-dev-126d0a94c945280c665a4ed240dce64252cf3c6b.zip
drm/i915: stick to kernel fixed size types
We no longer allow mixed C99 and kernel types, and the preference is to use kernel types exclusively. Fix the C99 types that have crept in since the mass conversion. No functional changes. Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Cc: Kevin Strasser <kevin.strasser@intel.com> Cc: Ramalingam C <ramalingam.c@intel.com> Cc: Swati Sharma <swati2.sharma@intel.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190318160019.9309-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
-rw-r--r--drivers/gpu/drm/i915/intel_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index ecfec5d3292e..07893ad2ad1f 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1492,7 +1492,7 @@ static struct hdcp2_hdmi_msg_data {
static
int intel_hdmi_hdcp2_read_rx_status(struct intel_digital_port *intel_dig_port,
- uint8_t *rx_status)
+ u8 *rx_status)
{
return intel_hdmi_hdcp_read(intel_dig_port,
HDCP_2_2_HDMI_REG_RXSTATUS_OFFSET,