提交 42eddbd7 编写于 作者: B Ben Skeggs

drm/nouveau: fix a minor annoyance in an output string

Bugs me every time I put in the TNT2..
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 6e5a429b
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册