Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108378
b: refs/heads/master
c: 34093d0
h: refs/heads/master
v: v3
  • Loading branch information
Julien Brunel authored and David S. Miller committed Aug 13, 2008
1 parent 1b2b63b commit f48e4ed
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: 317900cb010f4aca0e3cb14a02d0ddcc44ddafa7
refs/heads/master: 34093d055e09d1bb549efc11c8d448373437bbe4
2 changes: 1 addition & 1 deletion trunk/net/rxrpc/ar-accept.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static int rxrpc_accept_incoming_call(struct rxrpc_local *local,

trans = rxrpc_get_transport(local, peer, GFP_NOIO);
rxrpc_put_peer(peer);
if (!trans) {
if (IS_ERR(trans)) {
_debug("no trans");
ret = -EBUSY;
goto error;
Expand Down

0 comments on commit f48e4ed

Please sign in to comment.