Loading
spi: hisi-kunpeng: Fix error checking
mainline inclusion from mainline-v6.5-rc1 commit 120e1aa2 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9QOAJ Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=120e1aa2f2e60b55f9d20c2fe1c6144739e00dc4 ------------------------------------------------------------------- The function debugfs_create_dir returns ERR_PTR if an error occurs, and the appropriate way to verify for errors is to use the inline function IS_ERR. The patch will substitute the null-comparison with IS_ERR. Signed-off-by:Yeqi Fu <asuk4.q@gmail.com> Link: https://lore.kernel.org/r/20230518052515.368978-1-asuk4.q@gmail.com Signed-off-by:
Mark Brown <broonie@kernel.org> Signed-off-by:
hongrongxuan <hongrongxuan@huawei.com>