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

Commit 98b3ac1b authored by Samuel Ortiz's avatar Samuel Ortiz Committed by John W. Linville
Browse files

NFC: Clear pn533 target structure



The polled target structure should be memset to 0 in order to avoid
sel_res and sens_res garbage.

Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 1762c17c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -904,6 +904,8 @@ static int pn533_target_found(struct pn533 *dev,
	if (resp->tg != 1)
		return -EPROTO;

	memset(&nfc_tgt, 0, sizeof(struct nfc_target));

	target_data_len = resp_len - sizeof(struct pn533_poll_response);

	switch (dev->poll_mod_curr) {