mcctrl: fix padding for 128bytes SCD message
This commit is contained in:
@@ -111,7 +111,6 @@ struct ikc_scd_packet {
|
||||
int ref;
|
||||
int osnum;
|
||||
int pid;
|
||||
int padding;
|
||||
unsigned long arg;
|
||||
struct syscall_request req;
|
||||
unsigned long resp_pa;
|
||||
@@ -124,6 +123,7 @@ struct ikc_scd_packet {
|
||||
long sysfs_arg3;
|
||||
};
|
||||
};
|
||||
char padding[12];
|
||||
};
|
||||
|
||||
struct mcctrl_priv {
|
||||
|
||||
Reference in New Issue
Block a user