projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7c74e
)
drm/nouveau/nvif: fix dac load detect method definition
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 12 Aug 2014 13:16:04 +0000
(23:16 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 14 Aug 2014 21:58:39 +0000
(07:58 +1000)
A thinko made me turn this into a u16 when cleaning up.
Spotted by coverity.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvif/class.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvif/class.h
b/drivers/gpu/drm/nouveau/nvif/class.h
index cc81e0e5fd30652203bc9f2af64db3055c71258d..573491f847921bfc6eec27245b370096664de122 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvif/class.h
+++ b/
drivers/gpu/drm/nouveau/nvif/class.h
@@
-428,8
+428,8
@@
struct nv50_disp_dac_pwr_v0 {
struct nv50_disp_dac_load_v0 {
__u8 version;
__u8 load;
- __u
16 data
;
- __u
8 pad04[4]
;
+ __u
8 pad02[2]
;
+ __u
32 data
;
};
struct nv50_disp_sor_pwr_v0 {