Re: [PATCH v3] thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()

From: Mika Westerberg
Date: Mon Oct 26 2020 - 11:31:55 EST


On Thu, Oct 15, 2020 at 04:40:53PM +0800, Jing Xiangfeng wrote:
> ring_request_msix() misses to call ida_simple_remove() in an error path.
> Add a label 'err_ida_remove' and jump to it.
>
> Fixes: 046bee1f9ab8 ("thunderbolt: Add MSI-X support")
> Signed-off-by: Jing Xiangfeng <jingxiangfeng@xxxxxxxxxx>

Applied to thunderbolt.git/fixes, thanks!