diff options
-rw-r--r-- | sound/pci/asihpi/hpi6205.c | 2 |
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, | |||
2089 | phr->specific_error = sizeof(interface->u); | 2089 | phr->specific_error = sizeof(interface->u); |
2090 | phr->size = sizeof(struct hpi_response_header); | 2090 | phr->size = sizeof(struct hpi_response_header); |
2091 | HPI_DEBUG_LOG(ERROR, | 2091 | HPI_DEBUG_LOG(ERROR, |
2092 | "message len %d too big for buffer %ld \n", phm->size, | 2092 | "message len %d too big for buffer %zd \n", phm->size, |
2093 | sizeof(interface->u)); | 2093 | sizeof(interface->u)); |
2094 | return 0; | 2094 | return 0; |
2095 | } | 2095 | } |