mbox series

[0/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove and fix warnings

Message ID 1702294936-61080-1-git-send-email-arei.gonglei@huawei.com
Headers show
Series crypto: virtio-crypto: Wait for tasklet to complete on device remove and fix warnings | expand

Message

Gonglei (Arei) Dec. 11, 2023, 11:42 a.m. UTC
From: wangyangxin <wangyangxin1@huawei.com>

This serie wait for tasklet to complete on device remove and fix gcc check warnings.

wangyangxin (2):
  crypto: virtio-crypto: Wait for tasklet to complete on device remove
  crypto: virtio-crypto: Fix gcc check warnings

 drivers/crypto/virtio/virtio_crypto_common.h | 5 ++---
 drivers/crypto/virtio/virtio_crypto_core.c   | 3 +++
 2 files changed, 5 insertions(+), 3 deletions(-)