Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57825
b: refs/heads/master
c: 16c61ad
h: refs/heads/master
i:
  57823: 3b4a449
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jun 15, 2007
1 parent 0c860f3 commit 079d4f4
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: 7769f4064cd9f4fbae09f071578a051aae83e844
refs/heads/master: 16c61add51f2182140637c924687a2aab6b568f9
2 changes: 1 addition & 1 deletion trunk/net/rxrpc/ar-connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static struct rxrpc_connection *rxrpc_alloc_connection(gfp_t gfp)
conn->header_size = sizeof(struct rxrpc_header);
}

_leave(" = %p{%d}", conn, conn->debug_id);
_leave(" = %p{%d}", conn, conn ? conn->debug_id : 0);
return conn;
}

Expand Down

0 comments on commit 079d4f4

Please sign in to comment.