Re: [PATCH 2/2] mmc/host/sdhci-of-arasan.c: Skip EPROBE_DEFER error messages

2014-10-28 Thread Mike Looijmans
As discussed here, I'll post a new patch which simply removes the error messages. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH 2/2] mmc/host/sdhci-of-arasan.c: Skip EPROBE_DEFER error messages

2014-10-28 Thread Mike Looijmans
As discussed here, I'll post a new patch which simply removes the error messages. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH 2/2] mmc/host/sdhci-of-arasan.c: Skip EPROBE_DEFER error messages

2014-10-27 Thread Ulf Hansson
On 23 October 2014 13:47, Michal Simek wrote: > Hi Chris, > > On 10/23/2014 01:31 PM, Mike Looijmans wrote: >> When the error code is -EPROBE_DEFER, this will already be reported >> so don't emit an error message in that case. >> >> Signed-off-by: Mike Looijmans >> --- >>

Re: [PATCH 2/2] mmc/host/sdhci-of-arasan.c: Skip EPROBE_DEFER error messages

2014-10-27 Thread Ulf Hansson
On 23 October 2014 13:47, Michal Simek michal.si...@xilinx.com wrote: Hi Chris, On 10/23/2014 01:31 PM, Mike Looijmans wrote: When the error code is -EPROBE_DEFER, this will already be reported so don't emit an error message in that case. Signed-off-by: Mike Looijmans

Re: [PATCH 2/2] mmc/host/sdhci-of-arasan.c: Skip EPROBE_DEFER error messages

2014-10-23 Thread Michal Simek
Hi Chris, On 10/23/2014 01:31 PM, Mike Looijmans wrote: > When the error code is -EPROBE_DEFER, this will already be reported > so don't emit an error message in that case. > > Signed-off-by: Mike Looijmans > --- > drivers/mmc/host/sdhci-of-arasan.c |6 -- > 1 file changed, 4

[PATCH 2/2] mmc/host/sdhci-of-arasan.c: Skip EPROBE_DEFER error messages

2014-10-23 Thread Mike Looijmans
When the error code is -EPROBE_DEFER, this will already be reported so don't emit an error message in that case. Signed-off-by: Mike Looijmans --- drivers/mmc/host/sdhci-of-arasan.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/sdhci-of-arasan.c

[PATCH 2/2] mmc/host/sdhci-of-arasan.c: Skip EPROBE_DEFER error messages

2014-10-23 Thread Mike Looijmans
When the error code is -EPROBE_DEFER, this will already be reported so don't emit an error message in that case. Signed-off-by: Mike Looijmans mike.looijm...@topic.nl --- drivers/mmc/host/sdhci-of-arasan.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 2/2] mmc/host/sdhci-of-arasan.c: Skip EPROBE_DEFER error messages

2014-10-23 Thread Michal Simek
Hi Chris, On 10/23/2014 01:31 PM, Mike Looijmans wrote: When the error code is -EPROBE_DEFER, this will already be reported so don't emit an error message in that case. Signed-off-by: Mike Looijmans mike.looijm...@topic.nl --- drivers/mmc/host/sdhci-of-arasan.c |6 -- 1 file