drm/nouveau: fix a minor annoyance in an output string
authorBen Skeggs <bskeggs@redhat.com>
Wed, 9 May 2012 10:17:07 +0000 (20:17 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 24 May 2012 06:56:32 +0000 (16:56 +1000)
Bugs me every time I put in the TNT2..

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_state.c

index f14abb1..e23c053 100644 (file)
@@ -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 */