Skip to content

Commit e8271a1

Browse files
committed
Push
1 parent e9a6950 commit e8271a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/mi-mctp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ static int aem_rcv_enable_fn(struct test_peer *peer, void *buf, size_t len, int
946946
struct nvme_mi_aem_supported_item *item =
947947
(struct nvme_mi_aem_supported_item *)(list_hdr+1);
948948
int item_count = 0;
949-
949+
950950
list_hdr->numaes = 0;
951951
//Count how many events we want to act are enabled
952952
for (int i = 0; i < 256; i++) {
@@ -958,7 +958,6 @@ static int aem_rcv_enable_fn(struct test_peer *peer, void *buf, size_t len, int
958958
item_count++;
959959
}
960960
}
961-
fprintf(stderr, "Sending %d enabled items\n");
962961

963962
list_hdr->aest = list_hdr->aeslhl +
964963
list_hdr->numaes * sizeof(struct nvme_mi_aem_supported_item);

0 commit comments

Comments
 (0)