diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-05-09 06:17:07 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-05-24 02:56:32 -0400 |
commit | 42eddbd7b2b5cc9bbb4c918a3294b6ee9dd53c59 (patch) | |
tree | 030b7f40713d8cdffc3b82f8e99ac87d51b9335c /drivers/gpu | |
parent | 6e5a429bcb132a68f17418ae82ba90ec4412084e (diff) |
drm/nouveau: fix a minor annoyance in an output string
Bugs me every time I put in the TNT2..
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index f14abb14a5c9..e23c05348aa0 100644 --- a/drivers/gpu/drm/nouveau/nouveau_state.c +++ b/drivers/gpu/drm/nouveau/nouveau_state.c | |||
@@ -1102,7 +1102,7 @@ int nouveau_load(struct drm_device *dev, unsigned long flags) | |||
1102 | goto err_priv; | 1102 | goto err_priv; |
1103 | } | 1103 | } |
1104 | 1104 | ||
1105 | NV_INFO(dev, "Detected an NV%2x generation card (0x%08x)\n", | 1105 | NV_INFO(dev, "Detected an NV%02x generation card (0x%08x)\n", |
1106 | dev_priv->card_type, reg0); | 1106 | dev_priv->card_type, reg0); |
1107 | 1107 | ||
1108 | /* map the mmio regs, limiting the amount to preserve vmap space */ | 1108 | /* map the mmio regs, limiting the amount to preserve vmap space */ |