]> 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)
commit5ba51032cedee582cd8d75c2ce95fa281b575429
tree95d0e2c2f1f62bedcb281b499d0a57c5785fc6aa
parent37894ce50b533a65a06a2748b7fb615deed94434
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