Re: [patch net-next] mlxsw: core: Use correct EMAD transaction ID in debug message

2017-08-02 Thread David Miller
From: Jiri Pirko Date: Wed, 2 Aug 2017 09:52:10 +0200 > From: Ido Schimmel > > 'trans->tid' is only assigned later in the function, resulting in a zero > transaction ID. Use 'tid' instead. > > Signed-off-by: Ido Schimmel >

[patch net-next] mlxsw: core: Use correct EMAD transaction ID in debug message

2017-08-02 Thread Jiri Pirko
From: Ido Schimmel 'trans->tid' is only assigned later in the function, resulting in a zero transaction ID. Use 'tid' instead. Signed-off-by: Ido Schimmel Signed-off-by: Jiri Pirko --- drivers/net/ethernet/mellanox/mlxsw/core.c | 2