Skip to content

Commit

Permalink
remove debug printk from DRM suspend path
Browse files Browse the repository at this point in the history
Not sure how this snuck upstream, but it really doesn't belong there.  We
don't need a KERN_ERR printk in the suspend path to know what's going on (at
least not anymore).

Signed-off-by:  Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jesse Barnes authored and Linus Torvalds committed May 23, 2008
1 parent cbff290 commit 57f7bd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/char/drm/drm_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ static int drm_sysfs_suspend(struct device *dev, pm_message_t state)
struct drm_minor *drm_minor = to_drm_minor(dev);
struct drm_device *drm_dev = drm_minor->dev;

printk(KERN_ERR "%s\n", __func__);

if (drm_dev->driver->suspend)
return drm_dev->driver->suspend(drm_dev, state);

Expand Down

0 comments on commit 57f7bd5

Please sign in to comment.