Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9873
b: refs/heads/master
c: f1ac046
h: refs/heads/master
i:
  9871: 6e68d10
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Oct 15, 2005
1 parent 64002c2 commit d0ab3b8
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: c6ecf7ed3131961e5aeedb0efd217afa0808798f
refs/heads/master: f1ac046d7b297186f755fb213589b539426e1406
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/radio-cadet.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static int cadet_probe(void)

for(i=0;i<8;i++) {
io=iovals[i];
if(request_region(io,2, "cadet-probe")>=0) {
if (request_region(io, 2, "cadet-probe")) {
cadet_setfreq(1410);
if(cadet_getfreq()==1410) {
release_region(io, 2);
Expand Down

0 comments on commit d0ab3b8

Please sign in to comment.