提交 30489c23 编写于 作者: B Ben Skeggs

drm/nouveau/devinit/nv04: change owner to int

We use -1 to mean "not read from hw yet"
Reported-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 5dfe7a01
......@@ -5,7 +5,7 @@ struct nvkm_pll_vals;
struct nv04_devinit_priv {
struct nvkm_devinit base;
u8 owner;
int owner;
};
int nv04_devinit_ctor(struct nvkm_object *, struct nvkm_object *,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册