Re: [PATCH v2] scsi: aic94xx: Add a missing call to kfree

From: Tomas Henzl
Date: Mon Nov 28 2016 - 08:48:47 EST


On 25.11.2016 13:23, Quentin Lambert wrote:
> Most error branches following the call to kzalloc contain
> a call to kfree. This patch add these calls where they are
> missing and set the relevant pointers to NULL.
>
> This issue was found with Hector.
>
> Signed-off-by: Quentin Lambert <lambert.quentin@xxxxxxxxx>

Looks good,
Reviewed-by: Tomas Henzl <thenzl@xxxxxxxxxx>
Tomas