On 09/19/2018 11:06 AM, Simon Horman wrote:
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
It's Sergei or (more correctly) Sergey. :-)
- 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
[...]
Better late than never (-:
Reviewed-by: Sergei Shtylyov <redacted>
MBR, Sergei