X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Frxrpc%2Far-connection.c;h=482750efc2355b4ea3f875044cd8b0323f848c62;hb=b4b613fd83853f8c688b3de20ab1a42331257975;hp=43cb3e051ecebab820eec310f94e8ce3c98aa4e0;hpb=5f757f91e70a97eda8f0cc13bddc853209b2d173;p=powerpc.git diff --git a/net/rxrpc/ar-connection.c b/net/rxrpc/ar-connection.c index 43cb3e051e..482750efc2 100644 --- a/net/rxrpc/ar-connection.c +++ b/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; }