Skip to content
Snippets Groups Projects
Commit 1562ffde authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: silence error for missing dac loadval table


There's lots of boards (all recent ones) that don't have this anymore, so
punt the message to debug loglevel.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent e540afc3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment