Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85723
b: refs/heads/master
c: dd49f30
h: refs/heads/master
i:
  85721: 75c3b62
  85719: 93b310c
v: v3
  • Loading branch information
Douglas Schilling Landgraf authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 4ae3236 commit 62159a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 0e3301ec23000ffbbe28771eb79628856a9a2f84
refs/heads/master: dd49f30ca032464839085ec3a54dd9917829c891
5 changes: 2 additions & 3 deletions trunk/drivers/media/radio/radio-sf16fmr2.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,8 @@ static int __init fmr2_init(void)

mutex_init(&lock);

if (request_region(io, 2, "sf16fmr2"))
{
printk(KERN_ERR "fmr2: port 0x%x already in use\n", io);
if (!request_region(io, 2, "sf16fmr2")) {
printk(KERN_ERR "radio-sf16fmr2: request_region failed!\n");
return -EBUSY;
}

Expand Down

0 comments on commit 62159a2

Please sign in to comment.