Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193252
b: refs/heads/master
c: 1be1d76
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Takashi Iwai committed May 17, 2010
1 parent 26aa7ec commit b54330f
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: 2448b14715bc83d75ed779452fe89285df4d772a
refs/heads/master: 1be1d76b8a1f622fd3a64778dfe117053f2af1f2
2 changes: 1 addition & 1 deletion trunk/sound/pci/asihpi/hpifunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3407,7 +3407,7 @@ u16 hpi_entity_alloc_and_pack(const enum e_entity_type type,
if (hE)
return hE;

HPI_DEBUG_ASSERT(role > entity_role_null && type < LAST_ENTITY_ROLE);
HPI_DEBUG_ASSERT(role > entity_role_null && type < LAST_ENTITY_TYPE);

bytes_to_copy = entity_type_to_size[type] * item_count;
total_size = hpi_entity_header_size(*entity) + bytes_to_copy;
Expand Down

0 comments on commit b54330f

Please sign in to comment.