Re: [PATCH] net: macb: remove unnecessary code

2019-01-04 Thread David Miller
From: Date: Thu, 3 Jan 2019 14:59:35 + > From: Claudiu Beznea > > Commit 653e92a9175e ("net: macb: add support for padding and fcs > computation") introduced a bug fixed by commit 899ecaedd155 ("net: > ethernet: cadence: fix socket buffer corruption problem"). Code removed > in this patch i

[PATCH] net: macb: remove unnecessary code

2019-01-03 Thread Claudiu.Beznea
From: Claudiu Beznea Commit 653e92a9175e ("net: macb: add support for padding and fcs computation") introduced a bug fixed by commit 899ecaedd155 ("net: ethernet: cadence: fix socket buffer corruption problem"). Code removed in this patch is not reachable at all so remove it. Fixes: 653e92a9175e