Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148468
b: refs/heads/master
c: b04b4f7
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Takashi Iwai committed May 15, 2009
1 parent a253f10 commit 3301cf0
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: 903dba1eae49270a8c2275636071c3a238c8104d
refs/heads/master: b04b4f7862de8d6e8b536853aaf66a6c1bb05cbd
2 changes: 1 addition & 1 deletion trunk/sound/parisc/harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ snd_harmony_create(struct snd_card *card,
h->iobase = ioremap_nocache(padev->hpa.start, HARMONY_SIZE);
if (h->iobase == NULL) {
printk(KERN_ERR PFX "unable to remap hpa 0x%lx\n",
padev->hpa.start);
(unsigned long)padev->hpa.start);
err = -EBUSY;
goto free_and_ret;
}
Expand Down

0 comments on commit 3301cf0

Please sign in to comment.