commit | aeb8974ac70f07659b7e5b6fca5bf4d5b4495d4d | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Nov 16 22:00:28 2015 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Dec 10 09:17:10 2015 +0530 |
tree | 36c14834cf398c837945d6429ba415ab0538b357 | |
parent | a9bae06dd05fc8262e7430b2e70ebc49d3e68488 [diff] |
ste_dma40: Delete an unnecessary variable initialisation in d40_probe() The variable "res" will eventually be set to a resource pointer from a call of the d40_hw_detect_init(() function. Thus let us omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>