Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304599
b: refs/heads/master
c: 8878451
h: refs/heads/master
i:
  304597: c769b12
  304595: d51557a
  304591: 7b37a06
v: v3
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed May 9, 2012
1 parent 5c38ee4 commit 7d41d3a
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: a26c43a9512a2f70cf66157e69f2cd2725ce60bf
refs/heads/master: 8878451510b11ee9095198f42bf1d59e6bab66fb
2 changes: 1 addition & 1 deletion trunk/drivers/staging/line6/midibuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int line6_midibuf_init(struct MidiBuffer *this, int size, int split)

void line6_midibuf_status(struct MidiBuffer *this)
{
printk(KERN_DEBUG "midibuf size=%d split=%d pos_read=%d pos_write=%d "
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);
}
Expand Down

0 comments on commit 7d41d3a

Please sign in to comment.