projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dfe7a0
)
drm/nouveau/devinit/nv04: change owner to int
author
Ben Skeggs
<bskeggs@redhat.com>
Sat, 31 Jan 2015 07:13:40 +0000
(17:13 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 14 Apr 2015 06:59:21 +0000
(16:59 +1000)
We use -1 to mean "not read from hw yet"
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.h
b/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.h
index
14a51a9
..
7c63abf
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.h
+++ b/
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.h
@@
-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 *,