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

Commit e93dcb11 authored by Sebastien Dugue's avatar Sebastien Dugue Committed by Jeff Garzik
Browse files

ehea: fix phyp debugging typo



  Fix typo in ehea_h_query_ehea() which prevents building when DEBUG is on.

Signed-off-by: default avatarSebastien Dugue <sebastien.dugue@bull.net>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 7c0965e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -535,7 +535,7 @@ u64 ehea_h_query_ehea(const u64 adapter_handle, void *cb_addr)
				       cb_logaddr,		/* R5 */
				       0, 0, 0, 0, 0);		/* R6-R10 */
#ifdef DEBUG
	ehea_dmp(cb_addr, sizeof(struct hcp_query_ehea), "hcp_query_ehea");
	ehea_dump(cb_addr, sizeof(struct hcp_query_ehea), "hcp_query_ehea");
#endif
	return hret;
}