Commit a822551c authored by Wang Ming's avatar Wang Ming Committed by David S. Miller
Browse files

net: ethernet: Remove repeating expression



Identify issues that arise by using the tests/doublebitand.cocci
semantic patch. Need to remove duplicate expression in if statement.

Signed-off-by: default avatarWang Ming <machel@vivo.com>
Reviewed-by: default avatarJiawen Wu <jiawenwu@trustnetic.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4ad23d23
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1511,7 +1511,6 @@ static void wx_configure_rx(struct wx *wx)
	psrtype = WX_RDB_PL_CFG_L4HDR |
		  WX_RDB_PL_CFG_L3HDR |
		  WX_RDB_PL_CFG_L2HDR |
		  WX_RDB_PL_CFG_TUN_TUNHDR |
		  WX_RDB_PL_CFG_TUN_TUNHDR;
	wr32(wx, WX_RDB_PL_CFG(0), psrtype);