]> git.baikalelectronics.ru Git - kernel.git/commit
Crypto/chcr: Fixes a coccinile check error
authorAyush Sawal <ayush.sawal@chelsio.com>
Mon, 1 Jun 2020 17:41:59 +0000 (23:11 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2020 22:50:26 +0000 (15:50 -0700)
commit2de809412e2e0ffd3a70c1cb9169abefa44503a7
tree880f33035ee7abe69c2b6c79c5209534ac84f0e2
parent467214885e391ea6776ef5caebe4ee53f7d54668
Crypto/chcr: Fixes a coccinile check error

This fixes an error observed after running coccinile check.
drivers/crypto/chelsio/chcr_algo.c:1462:5-8: Unneeded variable:
"err". Return "0" on line 1480

This line is missed in the commit 73274d6a0f5e ("crypto:
chelsio - Use multiple txq/rxq per tfm to process the requests").

Fixes: 73274d6a0f5e ("crypto:
chelsio - Use multiple txq/rxq per tfm to process the requests").

V1->V2
-Modified subject.

Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/crypto/chelsio/chcr_algo.c