* [PATCH] crypto: safexcel - Remove repeated plus
@ 2026-05-04 17:32 Aleksander Jan Bajkowski
2026-05-05 7:37 ` Antoine Tenart
0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Jan Bajkowski @ 2026-05-04 17:32 UTC (permalink / raw)
To: atenart, herbert, davem, linux-crypto, linux-kernel
Cc: Aleksander Jan Bajkowski
Remove repeated "+".
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
drivers/crypto/inside-secure/safexcel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/inside-secure/safexcel.c b/drivers/crypto/inside-secure/safexcel.c
index fb4936e7afa2..812ebabd1309 100644
--- a/drivers/crypto/inside-secure/safexcel.c
+++ b/drivers/crypto/inside-secure/safexcel.c
@@ -1475,7 +1475,7 @@ static int safexcel_probe_generic(void *pdev,
peid = version & 255;
/* Detect EIP206 processing pipe */
- version = readl(EIP197_PE(priv) + + EIP197_PE_VERSION(0));
+ version = readl(EIP197_PE(priv) + EIP197_PE_VERSION(0));
if (EIP197_REG_LO16(version) != EIP206_VERSION_LE) {
dev_err(priv->dev, "EIP%d: EIP206 not detected\n", peid);
return -ENODEV;
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] crypto: safexcel - Remove repeated plus
2026-05-04 17:32 [PATCH] crypto: safexcel - Remove repeated plus Aleksander Jan Bajkowski
@ 2026-05-05 7:37 ` Antoine Tenart
0 siblings, 0 replies; 2+ messages in thread
From: Antoine Tenart @ 2026-05-05 7:37 UTC (permalink / raw)
To: Aleksander Jan Bajkowski
Cc: atenart, herbert, davem, linux-crypto, linux-kernel
On Mon, May 04, 2026 at 07:32:47PM +0200, Aleksander Jan Bajkowski wrote:
> Remove repeated "+".
>
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Reviewed-by: Antoine Tenart <atenart@kernel.org>
Thanks!
> ---
> drivers/crypto/inside-secure/safexcel.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/inside-secure/safexcel.c b/drivers/crypto/inside-secure/safexcel.c
> index fb4936e7afa2..812ebabd1309 100644
> --- a/drivers/crypto/inside-secure/safexcel.c
> +++ b/drivers/crypto/inside-secure/safexcel.c
> @@ -1475,7 +1475,7 @@ static int safexcel_probe_generic(void *pdev,
> peid = version & 255;
>
> /* Detect EIP206 processing pipe */
> - version = readl(EIP197_PE(priv) + + EIP197_PE_VERSION(0));
> + version = readl(EIP197_PE(priv) + EIP197_PE_VERSION(0));
> if (EIP197_REG_LO16(version) != EIP206_VERSION_LE) {
> dev_err(priv->dev, "EIP%d: EIP206 not detected\n", peid);
> return -ENODEV;
> --
> 2.53.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-05 7:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 17:32 [PATCH] crypto: safexcel - Remove repeated plus Aleksander Jan Bajkowski
2026-05-05 7:37 ` Antoine Tenart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox