summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_dp_i2c_helper.c
diff options
context:
space:
mode:
authorDave Airlie2009-12-08 05:03:47 +0100
committerDave Airlie2009-12-08 05:03:47 +0100
commit3ff99164f67aae78a2bd2313f65ad55bddb1ffea (patch)
treed6bba03616d1be6ab9e6d9e92641a6f4047e1e15 /drivers/gpu/drm/drm_dp_i2c_helper.c
parentMerge branch 'drm-core-next' into drm-linus (diff)
parentdrm/i915: Fix product names and #defines (diff)
downloadkernel-qcow2-linux-3ff99164f67aae78a2bd2313f65ad55bddb1ffea.tar.gz
kernel-qcow2-linux-3ff99164f67aae78a2bd2313f65ad55bddb1ffea.tar.xz
kernel-qcow2-linux-3ff99164f67aae78a2bd2313f65ad55bddb1ffea.zip
Merge remote branch 'anholt/drm-intel-next' into drm-linus
This merges the upstream Intel tree and fixes up numerous conflicts due to patches merged into Linus tree later in -rc cycle. Conflicts: drivers/char/agp/intel-agp.c drivers/gpu/drm/drm_dp_i2c_helper.c drivers/gpu/drm/i915/i915_irq.c drivers/gpu/drm/i915/i915_suspend.c
Diffstat (limited to 'drivers/gpu/drm/drm_dp_i2c_helper.c')
-rw-r--r--drivers/gpu/drm/drm_dp_i2c_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_dp_i2c_helper.c b/drivers/gpu/drm/drm_dp_i2c_helper.c
index f1c7c856e9db..548887c8506f 100644
--- a/drivers/gpu/drm/drm_dp_i2c_helper.c
+++ b/drivers/gpu/drm/drm_dp_i2c_helper.c
@@ -160,7 +160,7 @@ i2c_algo_dp_aux_xfer(struct i2c_adapter *adapter,
if (ret >= 0)
ret = num;
i2c_algo_dp_aux_stop(adapter, reading);
- DRM_DEBUG("dp_aux_xfer return %d\n", ret);
+ DRM_DEBUG_KMS("dp_aux_xfer return %d\n", ret);
return ret;
}