diff options
Diffstat (limited to 'drivers/gpu/drm/i915/dvo_ch7xxx.c')
-rw-r--r-- | drivers/gpu/drm/i915/dvo_ch7xxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/dvo_ch7xxx.c b/drivers/gpu/drm/i915/dvo_ch7xxx.c index a0f5bdd69491..80449f475960 100644 --- a/drivers/gpu/drm/i915/dvo_ch7xxx.c +++ b/drivers/gpu/drm/i915/dvo_ch7xxx.c | |||
@@ -160,7 +160,7 @@ static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, uint8_t *ch) | |||
160 | if (i2c_transfer(adapter, msgs, 2) == 2) { | 160 | if (i2c_transfer(adapter, msgs, 2) == 2) { |
161 | *ch = in_buf[0]; | 161 | *ch = in_buf[0]; |
162 | return true; | 162 | return true; |
163 | }; | 163 | } |
164 | 164 | ||
165 | if (!ch7xxx->quiet) { | 165 | if (!ch7xxx->quiet) { |
166 | DRM_DEBUG_KMS("Unable to read register 0x%02x from %s:%02x.\n", | 166 | DRM_DEBUG_KMS("Unable to read register 0x%02x from %s:%02x.\n", |