projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e540afc
)
drm/nouveau: silence error for missing dac loadval table
author
Ben Skeggs
<bskeggs@redhat.com>
Wed, 1 Jun 2011 04:11:10 +0000
(14:11 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 23 Jun 2011 05:58:10 +0000
(15:58 +1000)
There's lots of boards (all recent ones) that don't have this anymore, so
punt the message to debug loglevel.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_bios.c
b/drivers/gpu/drm/nouveau/nouveau_bios.c
index e93e3148b8e85330dc7d3a6ecb0761863503701d..ff339df6f0071acbc138c20500cfce73822dd9d7 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_bios.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_bios.c
@@
-5186,7
+5186,7
@@
static int parse_bit_A_tbl_entry(struct drm_device *dev, struct nvbios *bios, st
load_table_ptr = ROM16(bios->data[bitentry->offset]);
if (load_table_ptr == 0x0) {
- NV_
ERROR
(dev, "Pointer to BIT loadval table invalid\n");
+ NV_
DEBUG
(dev, "Pointer to BIT loadval table invalid\n");
return -EINVAL;
}