提交 3db0fdb4 编写于 作者: B Ben Skeggs

drm/nouveau/bios/init: return failure condition on invalid opcodes

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 ab403ac9
......@@ -2210,5 +2210,5 @@ nvbios_init(struct nouveau_subdev *subdev, bool execute)
ret = nvbios_exec(&init);
}
return 0;
return ret;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册