Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129919
b: refs/heads/master
c: 45bf810
h: refs/heads/master
i:
  129917: 7bca8b9
  129915: 7b57db2
  129911: 0c109ce
  129903: d1130e5
  129887: 307f758
  129855: 97612db
  129791: bb48d71
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Jan 19, 2009
1 parent c360db8 commit 5f575e7
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: 22c733788bbd4b75c00279119a83da5cd74b987a
refs/heads/master: 45bf81011312958777f33088ac0911f241ada297
2 changes: 1 addition & 1 deletion trunk/sound/pci/oxygen/virtuoso.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ static void xonar_hdav_uart_input(struct oxygen *chip)
if (chip->uart_input_count >= 2 &&
chip->uart_input[chip->uart_input_count - 2] == 'O' &&
chip->uart_input[chip->uart_input_count - 1] == 'K') {
printk(KERN_DEBUG "message from Xonar HDAV HDMI chip received:");
printk(KERN_DEBUG "message from Xonar HDAV HDMI chip received:\n");
print_hex_dump_bytes("", DUMP_PREFIX_OFFSET,
chip->uart_input, chip->uart_input_count);
chip->uart_input_count = 0;
Expand Down

0 comments on commit 5f575e7

Please sign in to comment.