]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: sh: shdmac: don't open code of_device_get_match_data()
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 1 Mar 2016 16:37:07 +0000 (17:37 +0100)
committerVinod Koul <vinod.koul@intel.com>
Thu, 3 Mar 2016 16:02:45 +0000 (21:32 +0530)
commitd8bc356b1c44d0f741e3ae16002b737c4ff5f182
tree67930f43533b87a465c9c44e854e40184b7532e1
parent7456eef89cf607461af683732b62df24bfbe27ac
dmaengine: sh: shdmac: don't open code of_device_get_match_data()

This change will also make Coverity happy by avoiding a theoretical NULL
pointer dereference; yet another reason is to use the above helper function
to tighten the code and make it more readable.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/sh/shdmac.c