Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92081
b: refs/heads/master
c: 4db9e4f
h: refs/heads/master
i:
  92079: d0a20b6
v: v3
  • Loading branch information
Harvey Harrison authored and Takashi Iwai committed Apr 24, 2008
1 parent a0a52dc commit 2bfc466
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e37273d3484e241063fefb2611a0c93eb0d9ddbd
refs/heads/master: 4db9e4f2b5278338ff9487eefdc8e32109aa0552
3 changes: 2 additions & 1 deletion trunk/sound/pci/rme32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,8 @@ static int __devinit snd_rme32_create(struct rme32 * rme32)
return err;
rme32->port = pci_resource_start(rme32->pci, 0);

if ((rme32->iobase = ioremap_nocache(rme32->port, RME32_IO_SIZE)) == 0) {
rme32->iobase = ioremap_nocache(rme32->port, RME32_IO_SIZE);
if (!rme32->iobase) {
snd_printk(KERN_ERR "unable to remap memory region 0x%lx-0x%lx\n",
rme32->port, rme32->port + RME32_IO_SIZE - 1);
return -ENOMEM;
Expand Down

0 comments on commit 2bfc466

Please sign in to comment.