net: macb: do not initialize queue variable

Do not initialize queue variable. It is already initialized in for loops.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
Claudiu Beznea
2020-07-02 12:06:00 +03:00
提交者 David S. Miller
父節點 b7ab39b359
當前提交 580d395cb9

查看文件

@@ -1467,7 +1467,7 @@ static void macb_hresp_error_task(unsigned long data)
{
struct macb *bp = (struct macb *)data;
struct net_device *dev = bp->dev;
struct macb_queue *queue = bp->queues;
struct macb_queue *queue;
unsigned int q;
u32 ctrl;