From: Colin King
Date: Fri, 18 Nov 2016 18:45:32 +
> From: Colin Ian King
>
> the mbox state should be bitwise anded rather than logically anded
> with OCTEON_MBOX_STATE_RESPONSE_PENDING. Fix this by using the
> correct & operator instead of &&.
>
> Signed-off-by: Colin Ian King
Dan Carp
From: Colin Ian King
the mbox state should be bitwise anded rather than logically anded
with OCTEON_MBOX_STATE_RESPONSE_PENDING. Fix this by using the
correct & operator instead of &&.
Signed-off-by: Colin Ian King
---
drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c | 2 +-
1 file change