Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e690bf9 authored by zhong jiang's avatar zhong jiang Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8723bs: Use kzfree rather than its implementation

parent 74eb9c06
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2290,8 +2290,7 @@ static void gf_mulx(u8 *pad)

static void aes_encrypt_deinit(void *ctx)
{
	memset(ctx, 0, AES_PRIV_SIZE);
	kfree(ctx);
	kzfree(ctx);
}