commit | e3dc00b936e5a60ca27be62008482f13bfbc06e3 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Wed Jun 19 14:45:55 2019 +0200 |
committer | Vinod Koul <vkoul@kernel.org> | Tue Jun 25 09:57:42 2019 +0530 |
tree | 096b21a8c26e43da5c77b9f54fa754272757f001 | |
parent | ed04b7c57c3383ed4573f1d1d1dbdc1108ba0bed [diff] |
dmaengine: sh: usb-dmac: Use [] to denote a flexible array member Flexible array members should be denoted using [] instead of [0], else gcc will not warn when they are no longer at the end of the structure. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Vinod Koul <vkoul@kernel.org>