commit | 8d2216be285135c7281e09dc07738b62782fad9c | [log] [tgz] |
---|---|---|
author | Zhu Yanjun <yanjun.zhu@oracle.com> | Fri Mar 31 23:42:55 2017 -0400 |
committer | Doug Ledford <dledford@redhat.com> | Tue Apr 25 15:30:26 2017 -0400 |
tree | bcdfce0ada38ac99451924d9bcaf77c91f1a6138 | |
parent | 2c15b73ab47a7e15722cab48cb64da29df234412 [diff] |
IB/core: change the return type to void The function ib_unregister_mad_agent always returns zero. And this returned value is not checked. As such, chane the return type to void. CC: Joe Jin <joe.jin@oracle.com> CC: Junxiao Bi <junxiao.bi@oracle.com> Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Reviewed-by: Hal Rosenstock <hal@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>