]> git.baikalelectronics.ru Git - kernel.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)
commit619a69860afa6e40abae796a501f2703ca5ba8de
tree95d0e2c2f1f62bedcb281b499d0a57c5785fc6aa
parente6b10731746b76d44add7ed6606c38939f011a16
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