Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc57c350 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qseecom: Initialize the hlos_ce_hw_instance array"

parents abaafc0a e07ee11a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7717,7 +7717,7 @@ static int qseecom_retrieve_ce_data(struct platform_device *pdev)
	uint32_t hlos_num_ce_hw_instances;
	uint32_t disk_encrypt_pipe;
	uint32_t file_encrypt_pipe;
	uint32_t hlos_ce_hw_instance[MAX_CE_PIPE_PAIR_PER_UNIT];
	uint32_t hlos_ce_hw_instance[MAX_CE_PIPE_PAIR_PER_UNIT] = {0};
	int i;
	const int *tbl;
	int size;