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>
This commit is contained in:
Claudiu Beznea 2020-07-02 12:06:00 +03:00 committed by David S. Miller
parent b7ab39b359
commit 580d395cb9
1 changed files with 1 additions and 1 deletions

View File

@ -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;