]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: rds: changing the return type from int to void
authorSaurabh Sengar <saurabh.truth@gmail.com>
Fri, 30 Oct 2015 14:16:44 +0000 (19:46 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2015 20:35:19 +0000 (15:35 -0500)
commitd3ffaefa1bbcfba1b4ef985fd53406f31b98f277
tree95d0e2c2f1f62bedcb281b499d0a57c5785fc6aa
parent64cf370887ac497e74b2e4224b662bfd1d8db41a
net: rds: changing the return type from int to void

as result of function rds_iw_flush_mr_pool is nowhere checked,
changing its return type from int to void.
also removing the unused variable rc as there is nothing to return

Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/iw_rdma.c