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

Commit e9594b2d authored by Wei Tan's avatar Wei Tan
Browse files

misc: updated log output for nordic driver



Cleaned debug log output when nordic 
controllers notify data to HMD.

Change-Id: Ibd767d3db181ff7b2f99976e910a4fd2f6c85727
Signed-off-by: default avatarWei Tan <quic_weitan@quicinc.com>
parent 2cd3a2a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -512,7 +512,6 @@ static int js_thread(void *data)
			num = spi_client->rxbuffer[5];

			if (num == 0 || pksz != 30) {
				pr_err("invalid joystick data\n");
				skiprport = true;
			}
			memcpy(&hosttime, &spi_client->rxbuffer[6], 4);