bgmac: fix device initialization on Northstar SoCs (condition typo)
authorRafał Miłecki <zajec5@gmail.com>
Wed, 11 Feb 2015 17:06:34 +0000 (18:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Feb 2015 03:44:21 +0000 (19:44 -0800)
commit21697336d46b71dd031f29e426dda0b1e7f06cc0
treeeb69ce4a106b3e73c808654b55be51a847f4ad6d
parentfe79fabbed056d081d6130cbd83e5b2fc42c3c52
bgmac: fix device initialization on Northstar SoCs (condition typo)

On Northstar (Broadcom's ARM architecture) we need to manually enable
all cores. Code for that is already in place, but the condition for it
was wrong.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac.c