From 079d4f4a2705cfc32e6aa5be19013ff54678d035 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 15 Jun 2007 15:15:43 -0700 Subject: [PATCH] --- yaml --- r: 57825 b: refs/heads/master c: 16c61add51f2182140637c924687a2aab6b568f9 h: refs/heads/master i: 57823: 3b4a44975d053c0cb9345af662d2500649d8fd07 v: v3 --- [refs] | 2 +- trunk/net/rxrpc/ar-connection.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ec610e10b14d..0456a34924d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7769f4064cd9f4fbae09f071578a051aae83e844 +refs/heads/master: 16c61add51f2182140637c924687a2aab6b568f9 diff --git a/trunk/net/rxrpc/ar-connection.c b/trunk/net/rxrpc/ar-connection.c index 43cb3e051ece..482750efc235 100644 --- a/trunk/net/rxrpc/ar-connection.c +++ b/trunk/net/rxrpc/ar-connection.c @@ -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; }