Re: [PATCH 3/3] iommu/vt-d:Add mutex_unlock() before returning
From: Dan Carpenter
Date: Wed Aug 26 2020 - 07:04:24 EST
On Wed, Aug 26, 2020 at 06:27:52AM -0400, FelixCuioc wrote:
> In the probe_acpi_namespace_devices function,when the physical
> node of the acpi device is NULL,the unlock function is missing.
> Add mutex_unlock(&adev->physical_node_lock).
>
> Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> Signed-off-by: FelixCuioc <FelixCui-oc@xxxxxxxxxxx>
Oh... Crap. I wondered why I was being CC'd on this patchset. Just
fold this into the ealier patch. Don't worry about the Reported-by.
regards,
dan carpenter