[PATCH v5 01/19] crypto: amcc: convert tasklets to use new tasklet_setup() API
Herbert Xu
herbert at gondor.apana.org.au
Thu Mar 4 06:26:44 GMT 2021
On Mon, Feb 08, 2021 at 03:12:20PM +0530, Allen Pais wrote:
> From: Allen Pais <apais at linux.microsoft.com>
>
> In preparation for unconditionally passing the
> struct tasklet_struct pointer to all tasklet
> callbacks, switch to using the new tasklet_setup()
> and from_tasklet() to pass the tasklet pointer explicitly.
>
> Signed-off-by: Romain Perier <romain.perier at gmail.com>
> Signed-off-by: Allen Pais <apais at linux.microsoft.com>
> ---
> drivers/crypto/amcc/crypto4xx_core.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
This introduces a compiler warning with C=1 W=1.
Cheers,
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the Linux-rockchip
mailing list