Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lcs: replace PTR_RET with PTR_ERR_OR_ZERO
PTR_RET is deprecated. Do not recommend its usage anymore. Use PTR_ERR_OR_ZERO instead. Signed-off-by: Duan Jiong <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]> Signed-off-by: Frank Blaschka <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information