diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_lvds.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_lvds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index 875916152645..d61aa78ed7e3 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c | |||
@@ -781,7 +781,7 @@ static bool lvds_is_present_in_vbt(struct drm_device *dev, | |||
781 | child->device_type != DEVICE_TYPE_LFP) | 781 | child->device_type != DEVICE_TYPE_LFP) |
782 | continue; | 782 | continue; |
783 | 783 | ||
784 | if (intel_gmbus_is_port_valid(child->i2c_pin)) | 784 | if (intel_gmbus_is_valid_pin(child->i2c_pin)) |
785 | *i2c_pin = child->i2c_pin; | 785 | *i2c_pin = child->i2c_pin; |
786 | 786 | ||
787 | /* However, we cannot trust the BIOS writers to populate | 787 | /* However, we cannot trust the BIOS writers to populate |