commit | da2f3b286a396928e9ddcb8c9a987597e751aa84 | [log] [tgz] |
---|---|---|
author | Zhu Yanjun <yanjun.zhu@oracle.com> | Thu May 17 04:55:22 2018 -0400 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Thu May 17 09:16:14 2018 -0600 |
tree | b44153806609ea82452a81148609f7a11cc71516 | |
parent | 5e6e78dbd3b93414ca53af5d51c090878d1c9e5d [diff] |
IB/rxe: avoid calling WARN_ON_ONCE twice In the exit branch, WARN_ON_ONCE is called to show stack. So it is not necessary to call WARN_ON_ONCE before going to exit. Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>