projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2e789
)
drm/nouveau: fix typo on mxmdcb option
author
Ben Skeggs
<bskeggs@redhat.com>
Sat, 7 Jan 2012 06:48:52 +0000
(16:48 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 1 Feb 2012 05:23:59 +0000
(15:23 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_drv.c
b/drivers/gpu/drm/nouveau/nouveau_drv.c
index
e4a7cfe
..
81d7962
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_drv.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_drv.c
@@
-124,7
+124,7
@@
MODULE_PARM_DESC(ctxfw, "Use external HUB/GPC ucode (fermi)\n");
int nouveau_ctxfw;
module_param_named(ctxfw, nouveau_ctxfw, int, 0400);
-MODULE_PARM_DESC(
ctxfw
, "Santise DCB table according to MXM-SIS\n");
+MODULE_PARM_DESC(
mxmdcb
, "Santise DCB table according to MXM-SIS\n");
int nouveau_mxmdcb = 1;
module_param_named(mxmdcb, nouveau_mxmdcb, int, 0400);