]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
remove debug printk from DRM suspend path
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 23 May 2008 15:40:45 +0000 (08:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 May 2008 15:53:13 +0000 (08:53 -0700)
commit57f7bd5b455298dbe94227aa1fedbbfe63bbf252
tree79bcdd96aed8f96aabaad73fdb93a16e88a94aa8
parentcbff290491cd97bcd449b14f672d98992ddad5cb
remove debug printk from DRM suspend path

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>
drivers/char/drm/drm_sysfs.c