Re: [patch net-next] mlxsw: pci: Fix the FW ready mask length

2016-11-03 Thread David Miller
From: Jiri Pirko Date: Thu, 3 Nov 2016 09:41:55 +0100 > From: Elad Raz > > The system-status register is actually 16-bit wide and not 8 bit-wide. > > Fixes: 233fa44bd67ae ("mlxsw: pci: Implement reset done check") > Signed-off-by: Elad Raz > Signed-off-by: Jiri Pirko Applied.

[patch net-next] mlxsw: pci: Fix the FW ready mask length

2016-11-03 Thread Jiri Pirko
From: Elad Raz The system-status register is actually 16-bit wide and not 8 bit-wide. Fixes: 233fa44bd67ae ("mlxsw: pci: Implement reset done check") Signed-off-by: Elad Raz Signed-off-by: Jiri Pirko --- drivers/net/ethernet/mellanox/mlxsw/pci_hw.h | 2 +- 1 file changed, 1 insertion(+), 1 de