soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
authorHerve Codina <herve.codina@bootlin.com>
Tue, 5 Dec 2023 15:21:07 +0000 (16:21 +0100)
committerHerve Codina <herve.codina@bootlin.com>
Tue, 12 Dec 2023 09:29:20 +0000 (10:29 +0100)
commitb1891c13645b67c9cd2c661a693b9b6b56b87e80
tree61cc300e37dd2e71a95ffc5fc3e53a12a751e9e8
parent6f9b814d3765b2425da235570b1318c952142f1a
soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()

The newly introduced qmc_chan_setup_tsa* functions check that the
channel entries are not already used.
These checks are also performed by qmc_check_chans() and are no more
needed.

Remove them from qmc_check_chans().

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20231205152116.122512-11-herve.codina@bootlin.com
drivers/soc/fsl/qe/qmc.c