]> rtime.felk.cvut.cz Git - linux-imx.git/commit
net: Fix vlan bitmask changes in EHEA driver.
authorDavid S. Miller <davem@davemloft.net>
Mon, 22 Apr 2013 23:34:34 +0000 (19:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Apr 2013 23:34:34 +0000 (19:34 -0400)
commit55fbbe46e9eb3cbe6c335503f5550855a1128dce
treeb4edca6229d301dc9b17c3706f65ff76a244505c
parente5905c8352805373784b9df045de6f2864ab62ce
net: Fix vlan bitmask changes in EHEA driver.

This driver uses the crummy "| foo" style, putting the
logical operation at the beginning of lines.  Then
when the VLAN tag flag bits got changed the operator
ended up at both the end and the beginning of some lines.

Fix the build error by having it uniformly use the operator
at the end of the line.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ehea/ehea_main.c