]> Pileus Git - ~andy/linux/commitdiff
drm/nouveau: silence error for missing dac loadval table
authorBen Skeggs <bskeggs@redhat.com>
Wed, 1 Jun 2011 04:11:10 +0000 (14:11 +1000)
committerBen 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

index e93e3148b8e85330dc7d3a6ecb0761863503701d..ff339df6f0071acbc138c20500cfce73822dd9d7 100644 (file)
@@ -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;
        }