Remove the DRM_ERROR to fix build. It didn't make any sense anyway.

MFC after:	3 days
This commit is contained in:
Robert Noland 2009-03-20 18:01:32 +00:00
parent c8264c8ee2
commit 0bbcd5ca68

View File

@ -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;
}