net: ethernet: Remove repeating expression
authorWang Ming <machel@vivo.com>
Thu, 13 Jul 2023 12:16:03 +0000 (20:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Jul 2023 08:11:10 +0000 (09:11 +0100)
Identify issues that arise by using the tests/doublebitand.cocci
semantic patch. Need to remove duplicate expression in if statement.

Signed-off-by: Wang Ming <machel@vivo.com>
Reviewed-by: Jiawen Wu <jiawenwu@trustnetic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/wangxun/libwx/wx_hw.c

index 39a9aeee7aab228d96c578d1411f9ab140c4487f..6321178fc814ee185647b3b90f409b54915651be 100644 (file)
@@ -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);