projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e5a429
)
drm/nouveau: fix a minor annoyance in an output string
author
Ben Skeggs
<bskeggs@redhat.com>
Wed, 9 May 2012 10:17:07 +0000
(20:17 +1000)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_state.c
b/drivers/gpu/drm/nouveau/nouveau_state.c
index f14abb14a5c95388335c672e13450dbd882b0f89..e23c05348aa02881fb6f298a6572036b4ed34c6b 100644
(file)
--- 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)
goto err_priv;
}
- NV_INFO(dev, "Detected an NV%2x generation card (0x%08x)\n",
+ NV_INFO(dev, "Detected an NV%
0
2x generation card (0x%08x)\n",
dev_priv->card_type, reg0);
/* map the mmio regs, limiting the amount to preserve vmap space */