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

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

Merge "NFC: metal version delay"

parents 53cb1641 fff2b357
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -767,7 +767,7 @@ int nfc_ioctl_nfcc_version(struct file *filp, unsigned int cmd,
				&raw_chip_rev_id_addr, 1);
		if (r < 0)
			goto invalid_wr;
		usleep(10);
		usleep(20);
		r = i2c_master_recv(qca199x_dev->client, &raw_chip_version, 1);
		/* Restore original NFCC slave I2C address */
		qca199x_dev->client->addr = curr_addr;