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

Commit 88fe390b authored by Michael Benedict's avatar Michael Benedict
Browse files

soc: samsung: cal-if: add volatile keyword to prevent optimization by clang

parent 2704110b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -69,8 +69,8 @@ struct id_tbl_info {
	unsigned reserved_5:8;
	unsigned reserved_5:8;
};
};


static struct asv_tbl_info *asv_tbl;
static volatile struct asv_tbl_info *asv_tbl;
static struct id_tbl_info *id_tbl;
static volatile struct id_tbl_info *id_tbl;


int asv_get_grp(unsigned int id)
int asv_get_grp(unsigned int id)
{
{