Skip to content

Commit

Permalink
drm/nouveau/mxm: silence output if no bios data
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Dec 23, 2012
1 parent 0dd660d commit 3d8ec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/core/subdev/mxm/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ nouveau_mxm_create_(struct nouveau_object *parent,

data = mxm_table(bios, &ver, &len);
if (!data || !(ver = nv_ro08(bios, data))) {
nv_info(mxm, "no VBIOS data, nothing to do\n");
nv_debug(mxm, "no VBIOS data, nothing to do\n");
return 0;
}

Expand Down

0 comments on commit 3d8ec27

Please sign in to comment.