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

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

Merge "hwmon: epm_adc: Add debug logs"

parents ba446430 147337d8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -903,6 +903,12 @@ static int epm_psoc_init(struct epm_adc_drv *epm_adc,
	init_resp->num_dev		= rx_buf[6];
	init_resp->num_channel		= rx_buf[7];

	pr_debug("EPM PSOC response for hello command: resp_cmd:0x%x\n",
							rx_buf[0]);
	pr_debug("EPM PSOC version:0x%x\n", rx_buf[1]);
	pr_debug("EPM PSOC firmware version:0x%x\n",
			rx_buf[6] | rx_buf[5] | rx_buf[4] | rx_buf[3]);

	return rc;
}