* [PATCH] nvmem: bsec: fix typo in function name (s/st32/stm32/)
@ 2019-11-15 7:14 Ahmad Fatoum
2019-11-15 13:32 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2019-11-15 7:14 UTC (permalink / raw)
To: barebox
A m was missing. Reinstate it.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
drivers/nvmem/bsec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/nvmem/bsec.c b/drivers/nvmem/bsec.c
index 8235d468d16d..d772d0b7af92 100644
--- a/drivers/nvmem/bsec.c
+++ b/drivers/nvmem/bsec.c
@@ -57,7 +57,7 @@ static int bsec_smc(struct bsec_priv *priv, u8 op, enum bsec_field field,
return -ENXIO;
}
-static int st32_bsec_read_shadow(void *ctx, unsigned reg, unsigned *val)
+static int stm32_bsec_read_shadow(void *ctx, unsigned reg, unsigned *val)
{
return bsec_smc(ctx, BSEC_SMC_READ_SHADOW, reg, 0, val);
}
@@ -69,7 +69,7 @@ static int stm32_bsec_reg_write_shadow(void *ctx, unsigned reg, unsigned val)
static struct regmap_bus stm32_bsec_regmap_bus = {
.reg_write = stm32_bsec_reg_write_shadow,
- .reg_read = st32_bsec_read_shadow,
+ .reg_read = stm32_bsec_read_shadow,
};
static int stm32_bsec_write(struct device_d *dev, int offset,
--
2.20.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] nvmem: bsec: fix typo in function name (s/st32/stm32/)
2019-11-15 7:14 [PATCH] nvmem: bsec: fix typo in function name (s/st32/stm32/) Ahmad Fatoum
@ 2019-11-15 13:32 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-11-15 13:32 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Fri, Nov 15, 2019 at 08:14:21AM +0100, Ahmad Fatoum wrote:
> A m was missing. Reinstate it.
>
> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
> ---
> drivers/nvmem/bsec.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
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:[~2019-11-15 13:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 7:14 [PATCH] nvmem: bsec: fix typo in function name (s/st32/stm32/) Ahmad Fatoum
2019-11-15 13:32 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox