commit | 71660223f50036e67a2a66cf55815fa665639d3a | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Sep 17 08:28:05 2016 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Sep 26 23:06:17 2016 +0530 |
tree | 52931bf361d7cff20d1ed1d063e46cb396691629 | |
parent | abac5bac829cc9d8cf178344b4f34b2264927672 [diff] |
ste_dma40: Improve a size determination in d40_of_probe() Replace the specification of a data structure by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>