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

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

Merge "qseecom: change sg_entry phy address to 32bit"

parents cbed846e dbb15153
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ struct qseecom_dev_handle {
};

struct qseecom_sg_entry {
	phys_addr_t phys_addr;
	uint32_t phys_addr;
	uint32_t len;
};