From e187af899d5ea1e08acede21361b7075a7ebe180 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Wed, 28 Sep 2016 21:00:08 +0200 Subject: [PATCH] fthd/isp: Combine unknown fields in isp_cmd_config into array Signed-off-by: Patrik Jakobsson --- fthd_isp.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/fthd_isp.h b/fthd_isp.h index a7b5879..b6737de 100644 --- a/fthd_isp.h +++ b/fthd_isp.h @@ -513,14 +513,7 @@ struct isp_cmd_print_enable { } __attribute__((packed)); struct isp_cmd_config { - u32 field0; - u32 field4; - u32 field8; - u32 fieldc; - u32 field10; - u32 field14; - u32 field18; - u32 field1c; + u32 unknown[8]; } __attribute__((packed)); struct isp_cmd_set_loadfile {