Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248160
b: refs/heads/master
c: e66d74c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Apr 20, 2011
1 parent 6142dff commit e489ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6a48404088d91514b9e78c3237976a5aa87cb14
refs/heads/master: e66d74ced12699ed9b7ac62f68b44d842a817ecd
2 changes: 1 addition & 1 deletion trunk/sound/pci/asihpi/hpi6205.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e489ad7

Please sign in to comment.