]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: nbpfaxi: Use of_device_get_match_data() helper
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 4 Oct 2017 12:15:23 +0000 (14:15 +0200)
committerVinod Koul <vinod.koul@intel.com>
Thu, 12 Oct 2017 16:50:51 +0000 (22:20 +0530)
commitf5f75782bc5b975a38f0dc5b8d1f4643ecfc8632
tree3561390769ec01a0f57780954c70ed5d7cd4fffb
parent2fc15a4771f23d2324a16af3172bcf130d0ad7b2
dmaengine: nbpfaxi: Use of_device_get_match_data() helper

Use the of_device_get_match_data() helper instead of open coding.
Note that when used with DT, there's always a valid match.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/nbpfaxi.c