commit | 54bcfa6682cfc7ee19dee0e94587f8f55a440df6 | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Mon Oct 14 17:24:15 2013 -0300 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 28 18:16:55 2013 -0400 |
tree | e16c47f39b06eae313e4a766a7d764889de60e2f | |
parent | 4f5829d72636513e23a5f76355536776bf390a8a [diff] |
nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function Use 'PTR_ERR_OR_ZERO()' rather than 'IS_ERR(...) ? PTR_ERR(...) : 0'. Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>