在 2024/11/20 19:05, Herve Codina 写道:
Hi Pei,
On Wed, 20 Nov 2024 17:38:20 +0800
Pei Xiao wrote:
platform_get_irq() may failed,but ret still equals to 0,
will cacuse qmc_probe() return 0 but fail.
Reported-by: Dan Carpenter
Closes: https://lore.kernel.org/r/202411051350.kny6ziwa-...@intel
platform_get_irq() may failed,but ret still equals to 0,
will cacuse qmc_probe() return 0 but fail.
Reported-by: Dan Carpenter
Closes: https://lore.kernel.org/r/202411051350.kny6ziwa-...@intel.com/
Fixes: 3178d58e0b97 ("soc: fsl: cpm1: Add support for QMC")
Signed-off-by: Pei Xiao
---
drivers/s
Le 20/11/2024 à 10:38, Pei Xiao a écrit :
[Vous ne recevez pas souvent de courriers de xiaope...@kylinos.cn. Découvrez
pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ]
platform_get_irq() may failed,but ret still equals to 0,
will cacuse qmc_probe() return 0 but f
Hi Pei,
On Wed, 20 Nov 2024 17:38:20 +0800
Pei Xiao wrote:
> platform_get_irq() may failed,but ret still equals to 0,
> will cacuse qmc_probe() return 0 but fail.
>
> Reported-by: Dan Carpenter
> Closes: https://lore.kernel.org/r/202411051350.kny6ziwa-...@intel.com/
> Fixes: 3178d58e0b97 ("soc