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

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

Merge "msm: msm_dba: Initialize edid_addr variable"

parents 187c2895 d215fa97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -728,7 +728,7 @@ static void adv7533_notify_clients(struct msm_dba_device_info *dev,
u32 adv7533_read_edid(struct adv7533 *pdata, u32 size, char *edid_buf)
{
	u32 ret = 0, read_size = size / 2;
	u8 edid_addr;
	u8 edid_addr = 0;
	int ndx;

	if (!pdata || !edid_buf)