Re: [PATCH v2] net: rds: changing the return type from int to void
From: David Miller <davem@davemloft.net>
Date: 2015-11-02 20:36:05
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2015-11-02 20:36:05
Also in:
lkml
From: Saurabh Sengar <redacted> Date: Fri, 30 Oct 2015 19:46:44 +0530
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 <redacted> --- v2 : modify patch description, as per the comments from Sergei Shtylyov
Applied, thanks.