Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()
If 'local_odp_mr->r_trans_private' is a error code, it is better to print the error code than to print the value of IS_ERR(). Signed-off-by: Li Qiong <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information