From: Simon Horman <redacted>
Date: Wed, 19 Sep 2018 10:06:21 +0200
From: Kazuya Mizuguchi <redacted>
This patch sets from two descriptor to one descriptor because R-Car Gen3
does not have the 4 bytes alignment restriction of the transmission buffer.
Signed-off-by: Kazuya Mizuguchi <redacted>
Signed-off-by: Simon Horman <redacted>
---
v2 [Simon Horman]
* As per review by Sergi Shtylyov
- Use reverse xmas tree for variable declarations
- Use > rather than >= for conditions
- Dropped unnecessary parentheses
- Don't allocate memory for tx_align when it will not be used
- But, kept NUM_TX_DESC_GEN[23] as I see some value in
the self-documentation provided by these #defines
v1 [Kazuya Mizuguchi]
Applied, thanks.