Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19573
b: refs/heads/master
c: 68b8bc0
h: refs/heads/master
i:
  19571: cd590e3
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Feb 1, 2006
1 parent 5340323 commit 1a3465a
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: 91134859702e66e5946383f66e6eb50ba4325458
refs/heads/master: 68b8bc05213567cfc58d8bdb8917b36c314ba7fd
2 changes: 1 addition & 1 deletion trunk/sound/drivers/serial-u16550.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ static int __init snd_uart16550_create(struct snd_card *card,

if ((err = snd_uart16550_detect(uart)) <= 0) {
printk(KERN_ERR "no UART detected at 0x%lx\n", iobase);
return err;
return -ENODEV;
}

if (irq >= 0 && irq != SNDRV_AUTO_IRQ) {
Expand Down

0 comments on commit 1a3465a

Please sign in to comment.