]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dmaengine: mmp_tdma: drop unnecessary OF node check in remove
authorJohan Hovold <johan@kernel.org>
Thu, 20 Nov 2025 11:45:22 +0000 (12:45 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 21 Nov 2025 12:12:51 +0000 (17:42 +0530)
commit3b7b0bbdcba984287225bb373e52845c23dadb93
tree62077eecb06aba69f7f409518b63b9cb8f250399
parent73391fecf23860804bceb6670cef74a3626ecf92
dmaengine: mmp_tdma: drop unnecessary OF node check in remove

The driver does not support anything but OF probe since commit
3b0f4a54f247 ("dma:mmp_tdma: get sram pool through device tree").

Commit a67ba97dfb30 ("dmaengine: Use device_get_match_data()") later
removed most remnants of platform probing except for an unnecessary OF
node check in remove().

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20251120114524.8431-8-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mmp_tdma.c