From: Tobias Klauser
Date: Mon, 10 Aug 2015 12:26:32 +0200
> altera_tse_private->sgdmadesclen is always assigned assigned the same
> value and never changes during runtime. Remove the struct member and
> use a new define for sizeof(struct sgdma_descrip) instead.
>
> Signed-off-by: Tobias Klause
From: Tobias Klauser
Date: Mon, 10 Aug 2015 12:26:32 +0200
> altera_tse_private->sgdmadesclen is always assigned assigned the same
> value and never changes during runtime. Remove the struct member and
> use a new define for sizeof(struct sgdma_descrip) instead.
>
> Signed-off-by: Tobias Klause
altera_tse_private->sgdmadesclen is always assigned assigned the same
value and never changes during runtime. Remove the struct member and
use a new define for sizeof(struct sgdma_descrip) instead.
Signed-off-by: Tobias Klauser
---
drivers/net/ethernet/altera/altera_sgdma.c | 8 +++-
driv