summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-03-08 18:20:46 +0100
committerTakashi Iwai <tiwai@suse.de>2011-04-20 21:02:27 +0200
commite66d74ced12699ed9b7ac62f68b44d842a817ecd (patch)
treee796de503ff1883c5bf70df152deb1e7bb7be214 /sound
parentb6a48404088d91514b9e78c3237976a5aa87cb14 (diff)
ALSA: asihpi - Use %zd for size_t argument in error message (again)
This was reverted mistakenly in the recent update patch. Fixed again. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/asihpi/hpi6205.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpi6205.c b/sound/pci/asihpi/hpi6205.c
index 53037342cd29..3b5562acb55e 100644
--- a/sound/pci/asihpi/hpi6205.c
+++ b/sound/pci/asihpi/hpi6205.c
@@ -2089,7 +2089,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;
}