Skip to content

Commit

Permalink
net: macb: Include multi queue support for xilinx ZynqMP ethernet ver…
Browse files Browse the repository at this point in the history
…sion

Include multi queue support for the ethernet IP version in xilinx ZynqMP
SoC.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Punnaiah Choudary Kalluri authored and David S. Miller committed Mar 6, 2015
1 parent 28c0f02 commit 8a013a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/cadence/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ static void macb_probe_queues(void __iomem *mem,
/* is it macb or gem ? */
mid = readl_relaxed(mem + MACB_MID);

if (MACB_BFEXT(IDNUM, mid) != 0x2)
if (MACB_BFEXT(IDNUM, mid) < 0x2)
return;

/* bit 0 is never set but queue 0 always exists */
Expand Down

0 comments on commit 8a013a9

Please sign in to comment.