From 87ac0d29e2db08b9478b9101e2e16a6b0267344a Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 12 Aug 2014 23:16:04 +1000 Subject: nvif: fix dac load detect method definition A thinko made me turn this into a u16 when cleaning up. Spotted by coverity. Signed-off-by: Ben Skeggs --- nvif/class.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nvif') diff --git a/nvif/class.h b/nvif/class.h index cc81e0e5f..573491f84 100644 --- a/nvif/class.h +++ b/nvif/class.h @@ -428,8 +428,8 @@ struct nv50_disp_dac_pwr_v0 { struct nv50_disp_dac_load_v0 { __u8 version; __u8 load; - __u16 data; - __u8 pad04[4]; + __u8 pad02[2]; + __u32 data; }; struct nv50_disp_sor_pwr_v0 { -- cgit v1.2.1