On Thu, Oct 12, 2017 at 06:04:56PM +0100, Colin King wrote:
> From: Colin Ian King
>
> The pointer vf_info is being assigned but never read, it is redundant
> and therefore can be removed.
>
> Cleans up clang warning: Value stored to 'vf_info' is never read
>
> Fixes: ed8ccaef52fa ("crypto: qat
From: Colin Ian King
The pointer vf_info is being assigned but never read, it is redundant
and therefore can be removed.
Cleans up clang warning: Value stored to 'vf_info' is never read
Fixes: ed8ccaef52fa ("crypto: qat - Add support for SRIOV")
Signed-off-by: Colin Ian King
---
drivers/crypt