commit | 6fb5629987239c6a8438fab8fd324b7724e49453 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Tue Mar 01 17:37:07 2016 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Mar 03 21:32:45 2016 +0530 |
tree | 67930f43533b87a465c9c44e854e40184b7532e1 | |
parent | 5c229d00a58df469550dbc1f4e3a360eb8958661 [diff] |
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>