Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337825
b: refs/heads/master
c: b3a24fc
h: refs/heads/master
i:
  337823: b5c49f8
v: v3
  • Loading branch information
Stefan Hajnoczi authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent ce336bb commit bcbefa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a71cac2a4c502b2ef6715b1576681834f9dbe693
refs/heads/master: b3a24fc4e2ded4f28d5f4c69ea01fea721608658
6 changes: 3 additions & 3 deletions trunk/drivers/staging/line6/midibuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ int line6_midibuf_init(struct MidiBuffer *this, int size, int split)

void line6_midibuf_status(struct MidiBuffer *this)
{
pr_debug("midibuf size=%d split=%d pos_read=%d pos_write=%d "
"full=%d command_prev=%02x\n", this->size, this->split,
this->pos_read, this->pos_write, this->full, this->command_prev);
pr_debug("midibuf size=%d split=%d pos_read=%d pos_write=%d full=%d command_prev=%02x\n",
this->size, this->split, this->pos_read, this->pos_write,
this->full, this->command_prev);
}

int line6_midibuf_bytes_free(struct MidiBuffer *this)
Expand Down

0 comments on commit bcbefa2

Please sign in to comment.