Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76707
b: refs/heads/master
c: 98512f7
h: refs/heads/master
i:
  76705: 01f9ea3
  76703: 4a40dbd
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 4dbe4c6 commit e09fa0e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1434bc0cbb842ed71eada244ac46185e3b17e4e2
refs/heads/master: 98512f7b36ec412ea0461e9aab8f16c882df055d
3 changes: 1 addition & 2 deletions trunk/drivers/media/radio/radio-sf16fmr2.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,7 @@ static int __init fmr2_init(void)
return -EBUSY;
}

if(video_register_device(&fmr2_radio, VFL_TYPE_RADIO, radio_nr)==-1)
{
if (video_register_device(&fmr2_radio, VFL_TYPE_RADIO, radio_nr) < 0) {
release_region(io, 2);
return -EINVAL;
}
Expand Down

0 comments on commit e09fa0e

Please sign in to comment.