Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162918
b: refs/heads/master
c: b29e4da
h: refs/heads/master
v: v3
  • Loading branch information
Hendrik Brueckner authored and David S. Miller committed Sep 17, 2009
1 parent 7c3abe2 commit 2963717
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: d28ecab0c40f587fd1e28701c195747220c984e2
refs/heads/master: b29e4da41eb1114080b06dce31326d5a0e96a15a
2 changes: 1 addition & 1 deletion trunk/net/iucv/iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static int iucv_query_maxconn(void)
" srl %0,28\n"
: "=d" (ccode), "+d" (reg0), "+d" (reg1) : : "cc");
if (ccode == 0)
iucv_max_pathid = reg0;
iucv_max_pathid = reg1;
kfree(param);
return ccode ? -EPERM : 0;
}
Expand Down

0 comments on commit 2963717

Please sign in to comment.