Re: [PATCH] sh_eth: kill useless initializers
From: Sergei Shtylyov Date: Sun, 13 Mar 2016 01:29:45 +0300 > Some of the local variable intializers in the driver turned out to be > pointless, kill 'em. > > Signed-off-by: Sergei Shtylyov Applied, thanks Sergei.
[PATCH] sh_eth: kill useless initializers
Some of the local variable intializers in the driver turned out to be pointless, kill 'em. Signed-off-by: Sergei Shtylyov --- The patch is against the DaveM's 'net-next.git' repo. drivers/net/ethernet/renesas/sh_eth.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-)