Skip to content

Commit

Permalink
drm/nouveau: drop leftover debugging
Browse files Browse the repository at this point in the history
this printk isn't really useful, just drop it for now.

Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
airlied committed Jun 20, 2011
1 parent ca295e5 commit 4ee1c57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/nouveau/nouveau_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4ee1c57

Please sign in to comment.