| commit | ae8839a055e3397fcf4933d328fc8df62cb8f4f0 | [log] [tgz] |
|---|---|---|
| author | Xichao Zhao <zhao.xichao@vivo.com> | Tue Aug 12 16:27:09 2025 +0800 |
| committer | Andreas Hindborg <a.hindborg@kernel.org> | Tue Aug 26 09:54:27 2025 +0200 |
| tree | 09bed42cca1f4507360186cea1e1173afafb7122 | |
| parent | 1b237f190eb3d36f52dffe07a40b5eb210280e00 [diff] |
DEV: [PATCH] configfs: use PTR_ERR_OR_ZERO() to simplify code Use the standard error pointer macro to shorten the code and simplify. Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com> Reviewed-by: Breno Leitao <leitao@debian.org> Link: https://lore.kernel.org/r/20250812082709.49796-1-zhao.xichao@vivo.com