Skip to content

Commit 6eb13f9

Browse files
committed
Intel plugin: Adding fields to id-ctrl VU region
Per f33510e#r332178975 removing pack pragma on vu_id_ctrl_field struct. Signed-off-by: Ben Reese <[email protected]>
1 parent f33510e commit 6eb13f9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/intel/intel-nvme.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ struct nvme_additional_smart_log {
5858
struct nvme_additional_smart_log_item host_bytes_written;
5959
};
6060

61-
#pragma pack(push,1)
6261
struct nvme_vu_id_ctrl_field { //CDR MR5
6362
__u8 rsvd1[3];
6463
__u8 ss;
@@ -73,7 +72,6 @@ struct nvme_vu_id_ctrl_field { //CDR MR5
7372
__u8 mic_bl[4];
7473
__u8 mic_fw[4];
7574
};
76-
#pragma pack(pop)
7775

7876
static void intel_id_ctrl(__u8 *vs, struct json_object *root)
7977
{

0 commit comments

Comments
 (0)