]> git.baikalelectronics.ru Git - kernel.git/commit
lib/mpi: Remove unused scalar_copied
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 8 Oct 2020 05:58:18 +0000 (16:58 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Oct 2020 06:34:45 +0000 (17:34 +1100)
commit046122a3a453ba8675a2ba0b95e3a32d0c7862e2
tree837b6a1a12548d0bcb1b74794ffcb08e11e077a4
parent32207a9f720bdba92ec9c7e7d74f41ab5e36ad48
lib/mpi: Remove unused scalar_copied

The scalar_copied variable is not as the scalar is never copied
in that block.  This patch removes it.

Fixes: 4f75542b82ba ("lib/mpi: Introduce ec implementation to...")
Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
lib/mpi/ec.c