From: David Howells Date: Thu, 6 Mar 2008 02:53:55 +0000 (-0800) Subject: RxRPC: fix rxrpc_recvmsg()'s returning of msg_name X-Git-Tag: v2.6.25-rc6~31^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff82fe0024e8070c38346b8abc1ff09612dea4c;p=pandora-kernel.git RxRPC: fix rxrpc_recvmsg()'s returning of msg_name Fix rxrpc_recvmsg() to return msg_name correctly. We shouldn't overwrite the *msg struct, but should rather write into msg->msg_name (there's a '&' unary operator that shouldn't be there). Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed