Re: [PATCH] ravb: kill useless initializers

2015-07-14 Thread David Miller
From: Sergei Shtylyov Date: Fri, 10 Jul 2015 21:10:10 +0300 > Some of the local variable intializers in the driver turned out to be > pointless, > kill them. > > Signed-off-by: Sergei Shtylyov Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of

[PATCH] ravb: kill useless initializers

2015-07-10 Thread Sergei Shtylyov
Some of the local variable intializers in the driver turned out to be pointless, kill them. Signed-off-by: Sergei Shtylyov --- The patch is against the Dave Miller's 'net-next.git' repo. Changes in version 2: - fixed typo in the subject. drivers/net/ethernet/renesas/ravb_main.c | 12 ++-