Skip to content

Commit

Permalink
drm/nouveau: fix a minor annoyance in an output string
Browse files Browse the repository at this point in the history
Bugs me every time I put in the TNT2..

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed May 24, 2012
1 parent 6e5a429 commit 42eddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ int nouveau_load(struct drm_device *dev, unsigned long flags)
goto err_priv;
}

NV_INFO(dev, "Detected an NV%2x generation card (0x%08x)\n",
NV_INFO(dev, "Detected an NV%02x generation card (0x%08x)\n",
dev_priv->card_type, reg0);

/* map the mmio regs, limiting the amount to preserve vmap space */
Expand Down

0 comments on commit 42eddbd

Please sign in to comment.