diff options
author | Dave Airlie <airlied@redhat.com> | 2011-06-20 07:25:35 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-06-20 07:27:18 +0200 |
commit | 4ee1c57fcadfb79a6515698d8001081b5b980e32 (patch) | |
tree | 9a4048bc0946dfaebd1edaed7b91fb97525661be /drivers/gpu/drm/nouveau/nouveau_acpi.c | |
parent | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau... (diff) | |
download | linux-4ee1c57fcadfb79a6515698d8001081b5b980e32.tar.xz linux-4ee1c57fcadfb79a6515698d8001081b5b980e32.zip |
drm/nouveau: drop leftover debugging
this printk isn't really useful, just drop it for now.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_acpi.c b/drivers/gpu/drm/nouveau/nouveau_acpi.c index f0d459bb46e4..525744d593c1 100644 --- a/drivers/gpu/drm/nouveau/nouveau_acpi.c +++ b/drivers/gpu/drm/nouveau/nouveau_acpi.c @@ -262,7 +262,6 @@ static bool nouveau_dsm_detect(void) vga_count++; retval = nouveau_dsm_pci_probe(pdev); - printk("ret val is %d\n", retval); if (retval & NOUVEAU_DSM_HAS_MUX) has_dsm |= 1; if (retval & NOUVEAU_DSM_HAS_OPT) |