aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
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 33136cb0d25..620525bdac5 100644
--- a/sound/pci/asihpi/hpi6205.c
+++ b/sound/pci/asihpi/hpi6205.c
@@ -2088,7 +2088,7 @@ static u16 message_response_sequence(struct hpi_adapter_obj *pao,
2088 phr->specific_error = sizeof(interface->u); 2088 phr->specific_error = sizeof(interface->u);
2089 phr->size = sizeof(struct hpi_response_header); 2089 phr->size = sizeof(struct hpi_response_header);
2090 HPI_DEBUG_LOG(ERROR, 2090 HPI_DEBUG_LOG(ERROR,
2091 "message len %d too big for buffer %ld \n", phm->size, 2091 "message len %d too big for buffer %zd \n", phm->size,
2092 sizeof(interface->u)); 2092 sizeof(interface->u));
2093 return 0; 2093 return 0;
2094 } 2094 }