Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132770
b: refs/heads/master
c: c468ac2
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Takashi Iwai committed Mar 20, 2009
1 parent 5392c2f commit 3ac31c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 90f349d96e1dc05b1f7916958282c30760eeacd6
refs/heads/master: c468ac29e63b9927275a94379d00b367f0f97c43
4 changes: 2 additions & 2 deletions trunk/sound/pci/ali5451/ali5451.c
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ static int __devinit snd_ali_resources(struct snd_ali *codec)
{
int err;

snd_ali_printk("resouces allocation ...\n");
snd_ali_printk("resources allocation ...\n");
err = pci_request_regions(codec->pci, "ALI 5451");
if (err < 0)
return err;
Expand All @@ -2154,7 +2154,7 @@ static int __devinit snd_ali_resources(struct snd_ali *codec)
return -EBUSY;
}
codec->irq = codec->pci->irq;
snd_ali_printk("resouces allocated.\n");
snd_ali_printk("resources allocated.\n");
return 0;
}
static int snd_ali_dev_free(struct snd_device *device)
Expand Down

0 comments on commit 3ac31c4

Please sign in to comment.