]> git.baikalelectronics.ru Git - 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)
commit2efd36064eb2cdc6acf6caac207d49a68ffb3b95
tree572dad3f223eaf6925cccd8bdf3de22a905f575f
parentaa93f8dffd04f36ccddfcb4ee2a5d2efafb229e6
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