mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] video: IPUv3-LDB: demote dual-channel message to info level
@ 2018-04-06 15:49 Lucas Stach
  2018-04-09  6:57 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2018-04-06 15:49 UTC (permalink / raw)
  To: barebox

Dual channel mode is a valid mode of operation, so there is no reason to
print this at the warning level.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 drivers/video/imx-ipu-v3/imx-ldb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/imx-ipu-v3/imx-ldb.c b/drivers/video/imx-ipu-v3/imx-ldb.c
index 33dbade87007..9b4524274c4e 100644
--- a/drivers/video/imx-ipu-v3/imx-ldb.c
+++ b/drivers/video/imx-ipu-v3/imx-ldb.c
@@ -347,7 +347,7 @@ static int imx_ldb_probe(struct device_d *dev)
 			return -EINVAL;
 
 		if (dual && i > 0) {
-			dev_warn(dev, "dual-channel mode, ignoring second output\n");
+			dev_info(dev, "dual-channel mode, ignoring second output\n");
 			continue;
 		}
 
-- 
2.16.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] video: IPUv3-LDB: demote dual-channel message to info level
  2018-04-06 15:49 [PATCH] video: IPUv3-LDB: demote dual-channel message to info level Lucas Stach
@ 2018-04-09  6:57 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-04-09  6:57 UTC (permalink / raw)
  To: Lucas Stach; +Cc: barebox

On Fri, Apr 06, 2018 at 05:49:29PM +0200, Lucas Stach wrote:
> Dual channel mode is a valid mode of operation, so there is no reason to
> print this at the warning level.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  drivers/video/imx-ipu-v3/imx-ldb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/drivers/video/imx-ipu-v3/imx-ldb.c b/drivers/video/imx-ipu-v3/imx-ldb.c
> index 33dbade87007..9b4524274c4e 100644
> --- a/drivers/video/imx-ipu-v3/imx-ldb.c
> +++ b/drivers/video/imx-ipu-v3/imx-ldb.c
> @@ -347,7 +347,7 @@ static int imx_ldb_probe(struct device_d *dev)
>  			return -EINVAL;
>  
>  		if (dual && i > 0) {
> -			dev_warn(dev, "dual-channel mode, ignoring second output\n");
> +			dev_info(dev, "dual-channel mode, ignoring second output\n");
>  			continue;
>  		}
>  
> -- 
> 2.16.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-09  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-06 15:49 [PATCH] video: IPUv3-LDB: demote dual-channel message to info level Lucas Stach
2018-04-09  6:57 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox