]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var
authorDavid Howells <dhowells@redhat.com>
Sat, 17 Sep 2016 09:49:14 +0000 (10:49 +0100)
committerDavid Howells <dhowells@redhat.com>
Sat, 17 Sep 2016 10:24:04 +0000 (11:24 +0100)
commitba39f3a0ed756ccd882adf4a77916ec863db3ce4
tree572dad3f223eaf6925cccd8bdf3de22a905f575f
parent849979051cbc9352857d8bb31895ae55afe19d96
rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var

Remove _enter/_debug/_leave calls from rxrpc_recvmsg_data() of which one
uses an uninitialised variable.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/recvmsg.c