Re: [PATCH] powerpc/sysdev: Use of_device_get_match_data()

2022-03-06 Thread Michael Ellerman
Christophe Leroy writes: > Le 04/03/2022 à 15:26, Marc Zyngier a écrit : >> On Fri, 04 Mar 2022 13:10:19 +, >> Christophe Leroy wrote: >>> Le 04/03/2022 à 02:18, cgel@gmail.com a écrit : From: Minghao Chi (CGEL ZTE) Use of_device_get_match_data() to simplify the code.

Re: [PATCH] powerpc/sysdev: Use of_device_get_match_data()

2022-03-04 Thread Christophe Leroy
Le 04/03/2022 à 15:26, Marc Zyngier a écrit : > On Fri, 04 Mar 2022 13:10:19 +, > Christophe Leroy wrote: >> >> >> >> Le 04/03/2022 à 02:18, cgel@gmail.com a écrit : >>> From: Minghao Chi (CGEL ZTE) >>> >>> Use of_device_get_match_data() to simplify the code. >>> >>> Reported-by: Zeal R

Re: [PATCH] powerpc/sysdev: Use of_device_get_match_data()

2022-03-04 Thread Marc Zyngier
On Fri, 04 Mar 2022 13:10:19 +, Christophe Leroy wrote: > > > > Le 04/03/2022 à 02:18, cgel@gmail.com a écrit : > > From: Minghao Chi (CGEL ZTE) > > > > Use of_device_get_match_data() to simplify the code. > > > > Reported-by: Zeal Robot > > Signed-off-by: Minghao Chi (CGEL ZTE) >

Re: [PATCH] powerpc/sysdev: Use of_device_get_match_data()

2022-03-04 Thread Christophe Leroy
Le 04/03/2022 à 02:18, cgel@gmail.com a écrit : > From: Minghao Chi (CGEL ZTE) > > Use of_device_get_match_data() to simplify the code. > > Reported-by: Zeal Robot > Signed-off-by: Minghao Chi (CGEL ZTE) > --- > arch/powerpc/sysdev/fsl_msi.c | 6 +- > 1 file changed, 1 insertion(+

[PATCH] powerpc/sysdev: Use of_device_get_match_data()

2022-03-03 Thread cgel . zte
From: Minghao Chi (CGEL ZTE) Use of_device_get_match_data() to simplify the code. Reported-by: Zeal Robot Signed-off-by: Minghao Chi (CGEL ZTE) --- arch/powerpc/sysdev/fsl_msi.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/powerpc/sysdev/fsl_msi.c b/arch/power