commit | d27a30bbc8b0c84a4cc922b201f9e85e9a2de741 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Thu Jun 01 21:48:11 2017 +0200 |
committer | Tony Lindgren <tony@atomide.com> | Tue Jun 06 23:53:49 2017 -0700 |
tree | ea268bbb64db80e6a90ded536312b27bc7055ac5 | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 [diff] |
ARM: OMAP1: DMA: Improve a size determination in omap1_system_dma_init() 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> Signed-off-by: Tony Lindgren <tony@atomide.com>