]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmaengine: idxd: Remove a useless mutex
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 2 Nov 2024 11:46:04 +0000 (12:46 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 2 Dec 2024 17:03:35 +0000 (22:33 +0530)
commit8d0191a6020e325a1c9730539dd2f0c03d71d9b4
tree971c42e6f3663d6ce9acc044b0cb7953644b773c
parent8a20040f9de3a4ea90ab900cdd7745d57bc2da82
dmaengine: idxd: Remove a useless mutex

ida_alloc()/ida_free() don't need any mutex, so remove this one.

It was introduced by commit e6fd6d7e5f0f ("dmaengine: idxd: add a device to
represent the file opened").

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Fenghua Yu <fenghua.yu@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/e08df764e7046178ada4ec066852c0ce65410373.1730547933.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idxd/cdev.c