[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200330.101717.540859393139624676.davem@davemloft.net>
Date: Mon, 30 Mar 2020 10:17:17 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jiri@...lanox.com
CC: netdev@...r.kernel.org
Subject: mlxsw warnings in net-next
Jiri please look into this:
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c: In function ‘mlxsw_sp_ptp_get_message_types’:
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c:915:2: warning: enumeration value ‘__HWTSTAMP_TX_CNT’ not handled in switch [-Wswitch]
switch (tx_type) {
^~~~~~
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c:927:2: warning: enumeration value ‘__HWTSTAMP_FILTER_CNT’ not handled in switch [-Wswitch]
switch (rx_filter) {
^~~~~~
Thanks.
Powered by blists - more mailing lists