Re: [PATCH] staging: fsl-mc: fix coding style warning

2017-02-24 Thread Greg KH
On Fri, Feb 24, 2017 at 08:24:42PM +0200, Lucian Zala wrote: > Hi Greg, > > I am a little bit confused regarding your reply, it seems > that the patch applied afterall, or? > >

Re: [PATCH] staging: fsl-mc: fix coding style warning

2017-02-24 Thread Greg KH
On Fri, Feb 24, 2017 at 08:24:42PM +0200, Lucian Zala wrote: > Hi Greg, > > I am a little bit confused regarding your reply, it seems > that the patch applied afterall, or? > >

Re: [PATCH] staging: fsl-mc: fix coding style warning

2017-02-24 Thread Lucian Zala
Hi Greg, I am a little bit confused regarding your reply, it seems that the patch applied afterall, or? http://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/commit/drivers/staging/fsl-mc?h=staging-testing=3bee20f39e4df8d65e8d34ab9b3ab92e5acc Have I messed something in it? BR,

Re: [PATCH] staging: fsl-mc: fix coding style warning

2017-02-24 Thread Lucian Zala
Hi Greg, I am a little bit confused regarding your reply, it seems that the patch applied afterall, or? http://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/commit/drivers/staging/fsl-mc?h=staging-testing=3bee20f39e4df8d65e8d34ab9b3ab92e5acc Have I messed something in it? BR,

Re: [PATCH] staging: fsl-mc: fix coding style warning

2017-02-24 Thread Greg KH
On Thu, Feb 16, 2017 at 08:42:47PM +0200, Lucian Zala wrote: > Fix for "WARNING: Avoid multiple line dereference - prefer > 'mc_msi_domain->host_data'" found by checkpatch.pl in > bus/irq-gic-v3-its-fsl-mc-msi.c. > > Signed-off-by: Lucian Zala > --- >

Re: [PATCH] staging: fsl-mc: fix coding style warning

2017-02-24 Thread Greg KH
On Thu, Feb 16, 2017 at 08:42:47PM +0200, Lucian Zala wrote: > Fix for "WARNING: Avoid multiple line dereference - prefer > 'mc_msi_domain->host_data'" found by checkpatch.pl in > bus/irq-gic-v3-its-fsl-mc-msi.c. > > Signed-off-by: Lucian Zala > --- >

[PATCH] staging: fsl-mc: fix coding style warning

2017-02-16 Thread Lucian Zala
Fix for "WARNING: Avoid multiple line dereference - prefer 'mc_msi_domain->host_data'" found by checkpatch.pl in bus/irq-gic-v3-its-fsl-mc-msi.c. Signed-off-by: Lucian Zala --- drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c | 4 ++-- 1 file changed, 2

[PATCH] staging: fsl-mc: fix coding style warning

2017-02-16 Thread Lucian Zala
Fix for "WARNING: Avoid multiple line dereference - prefer 'mc_msi_domain->host_data'" found by checkpatch.pl in bus/irq-gic-v3-its-fsl-mc-msi.c. Signed-off-by: Lucian Zala --- drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff