Remove the DRM_ERROR to fix build. It didn't make any sense anyway.
MFC after: 3 days
This commit is contained in:
parent
c8264c8ee2
commit
0bbcd5ca68
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user