net: stmmac: fixed operator typo
authorByungho An <bh74.an@samsung.com>
Fri, 28 Jun 2013 07:35:31 +0000 (16:35 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2013 20:33:03 +0000 (13:33 -0700)
This patch fixed operator typo from & to ==.
Due to incorrect operator, the result is incorrect.

Signed-off-by: Byungho An <bh74.an@samsung.com>
Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found