Skip to content

Commit

Permalink
Build fixing fl2000_streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
klogg committed Sep 11, 2024
1 parent 20f00bb commit bfd7950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fl2000_streaming.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ static int fl2000_get_buffers(struct list_head *buffers_list, unsigned int size)
if (!list_empty(buffers_list)) {
/* Try fixing non-empty list putting buffers back */
fl2000_put_buffers(buffers_list);
}

for (int i = 0; i < FL2000_SB_NUM; i++) {
cur_sb = fl2000_alloc_sb(size);
Expand Down

0 comments on commit bfd7950

Please sign in to comment.