Browse Source

drm/nouveau: drop leftover debugging

this printk isn't really useful, just drop it for now.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Dave Airlie 14 years ago
parent
commit
4ee1c57fca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpu/drm/nouveau/nouveau_acpi.c

+ 0 - 1
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)