]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'chelsio-crypto-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2020 22:50:26 +0000 (15:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2020 22:50:26 +0000 (15:50 -0700)
commit924acd6b7952864ec6fd734aacd70d3d40801679
tree880f33035ee7abe69c2b6c79c5209534ac84f0e2
parentbb441695c5ec1d48e2ec8c01e78e1f24c3719f99
parent2de809412e2e0ffd3a70c1cb9169abefa44503a7
Merge branch 'chelsio-crypto-fixes'

Ayush Sawal says:

====================
Fixing compilation warnings and errors

Patch 1: Fixes the warnings seen when compiling using sparse tool.

Patch 2: Fixes a cocci check error introduced after commit
73274d6a0f5e ("crypto: chelsio -
Use multiple txq/rxq per tfm to process the requests").

V1->V2

patch1: Avoid type casting by using get_unaligned_be32() and
     put_unaligned_be16/32() functions.

patch2: Modified subject of the patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>