summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/i915_drv.c
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-03-20 18:01:32 +0000
committerrnoland <rnoland@FreeBSD.org>2009-03-20 18:01:32 +0000
commitb1f84dee06746b2fdc126cb9ed44bb2ec8824d0e (patch)
tree839bf59191b2a0d1e69616bf8c723d5e2f47d4ef /sys/dev/drm/i915_drv.c
parent20b6095aacd81a8c5d4b23e32ecfcfcf474f5695 (diff)
downloadFreeBSD-src-b1f84dee06746b2fdc126cb9ed44bb2ec8824d0e.zip
FreeBSD-src-b1f84dee06746b2fdc126cb9ed44bb2ec8824d0e.tar.gz
Remove the DRM_ERROR to fix build. It didn't make any sense anyway.
MFC after: 3 days
Diffstat (limited to 'sys/dev/drm/i915_drv.c')
-rw-r--r--sys/dev/drm/i915_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/drm/i915_drv.c b/sys/dev/drm/i915_drv.c
index 7fa513c..39db236 100644
--- a/sys/dev/drm/i915_drv.c
+++ b/sys/dev/drm/i915_drv.c
@@ -48,8 +48,6 @@ static int i915_suspend(device_t kdev)
struct drm_device *dev = device_get_softc(kdev);
if (!dev || !dev->dev_private) {
- DRM_ERROR("dev: 0x%lx, dev_priv: 0x%lx\n",
- (unsigned long) dev, (unsigned long) dev_priv);
DRM_ERROR("DRM not initialized, aborting suspend.\n");
return -ENODEV;
}
OpenPOWER on IntegriCloud