Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230111
b: refs/heads/master
c: a8cc0f4
h: refs/heads/master
i:
  230109: e97b5b0
  230107: a0d41bb
  230103: 15df63e
  230095: 02d0928
  230079: 07d6525
v: v3
  • Loading branch information
Joe Perches authored and Takashi Iwai committed Dec 14, 2010
1 parent 6ddb70f commit 092bf80
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: 354d14b3f53cc749c5d26d4ba7280d1e931d6bc4
refs/heads/master: a8cc0f421b37956262a92591f7397b200d232da6
4 changes: 2 additions & 2 deletions trunk/sound/drivers/ml403-ac97cr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1143,8 +1143,8 @@ snd_ml403_ac97cr_create(struct snd_card *card, struct platform_device *pfdev,
(resource->start) + 1);
if (ml403_ac97cr->port == NULL) {
snd_printk(KERN_ERR SND_ML403_AC97CR_DRIVER ": "
"unable to remap memory region (%x to %x)\n",
resource->start, resource->end);
"unable to remap memory region (%pR)\n",
resource);
snd_ml403_ac97cr_free(ml403_ac97cr);
return -EBUSY;
}
Expand Down

0 comments on commit 092bf80

Please sign in to comment.