diff options
author | Dave Airlie <airlied@redhat.com> | 2011-06-20 05:25:35 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-06-20 05:27:18 (GMT) |
commit | 4ee1c57fcadfb79a6515698d8001081b5b980e32 (patch) | |
tree | 9a4048bc0946dfaebd1edaed7b91fb97525661be /drivers/gpu | |
parent | ca295e50c2805865fd1ac8916d15ab0b551d957a (diff) | |
download | linux-4ee1c57fcadfb79a6515698d8001081b5b980e32.tar.xz |
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 'drivers/gpu')
-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 f0d459b..525744d 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) |