mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] nvmem: snvs_lpgpr: Drop stray commas
@ 2018-05-22 22:27 Andrey Smirnov
  2018-05-23  8:13 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2018-05-22 22:27 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 drivers/nvmem/snvs_lpgpr.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/nvmem/snvs_lpgpr.c b/drivers/nvmem/snvs_lpgpr.c
index 6c79743cc..fe7fe599f 100644
--- a/drivers/nvmem/snvs_lpgpr.c
+++ b/drivers/nvmem/snvs_lpgpr.c
@@ -113,10 +113,10 @@ static int snvs_lpgpr_probe(struct device_d *dev)
 	cfg = &priv->cfg;
 	cfg->name = dev_name(dev);
 	cfg->dev = dev;
-	cfg->stride = 4,
-	cfg->word_size = 4,
-	cfg->size = 4,
-	cfg->bus = &snvs_lpgpr_nvmem_bus,
+	cfg->stride = 4;
+	cfg->word_size = 4;
+	cfg->size = 4;
+	cfg->bus = &snvs_lpgpr_nvmem_bus;
 
 	nvmem = nvmem_register(cfg);
 	if (IS_ERR(nvmem)) {
-- 
2.17.0


_______________________________________________
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] nvmem: snvs_lpgpr: Drop stray commas
  2018-05-22 22:27 [PATCH] nvmem: snvs_lpgpr: Drop stray commas Andrey Smirnov
@ 2018-05-23  8:13 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-05-23  8:13 UTC (permalink / raw)
  To: Andrey Smirnov; +Cc: barebox

On Tue, May 22, 2018 at 03:27:14PM -0700, Andrey Smirnov wrote:
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  drivers/nvmem/snvs_lpgpr.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/drivers/nvmem/snvs_lpgpr.c b/drivers/nvmem/snvs_lpgpr.c
> index 6c79743cc..fe7fe599f 100644
> --- a/drivers/nvmem/snvs_lpgpr.c
> +++ b/drivers/nvmem/snvs_lpgpr.c
> @@ -113,10 +113,10 @@ static int snvs_lpgpr_probe(struct device_d *dev)
>  	cfg = &priv->cfg;
>  	cfg->name = dev_name(dev);
>  	cfg->dev = dev;
> -	cfg->stride = 4,
> -	cfg->word_size = 4,
> -	cfg->size = 4,
> -	cfg->bus = &snvs_lpgpr_nvmem_bus,
> +	cfg->stride = 4;
> +	cfg->word_size = 4;
> +	cfg->size = 4;
> +	cfg->bus = &snvs_lpgpr_nvmem_bus;
>  
>  	nvmem = nvmem_register(cfg);
>  	if (IS_ERR(nvmem)) {
> -- 
> 2.17.0
> 
> 
> _______________________________________________
> 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-05-23  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22 22:27 [PATCH] nvmem: snvs_lpgpr: Drop stray commas Andrey Smirnov
2018-05-23  8:13 ` Sascha Hauer

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