diff options
author | Advait Dhamorikar <[email protected]> | 2024-10-05 15:04:36 +0530 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2024-10-14 23:45:37 +0530 |
commit | 0aa4523cdb9683e35af91ebdfae8d2fb4e6c3b8b (patch) | |
tree | 4ff4871531ab2fb320eef44f355ed8a539aca705 /drivers/fpga/fpga-mgr.c | |
parent | 662f045332addc961940e48eb920caa954abbf09 (diff) |
dmaengine: ep93xx: Fix unsigned compared against 0
An unsigned value can never be negative,
so this test will always evaluate the same way.
In ep93xx_dma_alloc_chan_resources: An unsigned dma_cfg.port's
value is checked against EP93XX_DMA_I2S1 which is 0.
Signed-off-by: Advait Dhamorikar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions