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

Commit a2800300 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: asihpi - Use %zd for size_t argument in error message



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 0e82e5fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2088,7 +2088,7 @@ static u16 message_response_sequence(struct hpi_adapter_obj *pao,
		phr->specific_error = sizeof(interface->u);
		phr->size = sizeof(struct hpi_response_header);
		HPI_DEBUG_LOG(ERROR,
			"message len %d too big for buffer %ld \n", phm->size,
			"message len %d too big for buffer %zd \n", phm->size,
			sizeof(interface->u));
		return 0;
	}