Re: [PATCH] xfrm: fix boolean assignment in xfrm_get_type_offload

From: Steffen Klassert
Date: Wed Jan 24 2018 - 01:12:28 EST


On Mon, Jan 22, 2018 at 04:34:09PM -0600, Gustavo A. R. Silva wrote:
> Assign true or false to boolean variables instead of an integer value.
>
> This issue was detected with the help of Coccinelle.
>
> Fixes: ffdb5211da1c ("xfrm: Auto-load xfrm offload modules")
> Signed-off-by: Gustavo A. R. Silva <garsilva@xxxxxxxxxxxxxx>

Patch applied, thanks!