Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525661

Re: [PATCH] liquidio CN23XX: check if PENDING bit is clear using logical and

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] liquidio CN23XX: check if PENDING bit is clear using logical and
Date 2016-11-18 20:10 +0100
Message-ID <sEWHU-2Mk-25@gated-at.bofh.it> (permalink)
References <sEWoy-2qv-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin King <colin.king@canonical.com>
Date: Fri, 18 Nov 2016 18:45:32 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> 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 <colin.king@canonical.com>

Dan Carpenter already submitted a fix for this.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] liquidio CN23XX: check if PENDING bit is clear using logical and Colin King <colin.king@canonical.com> - 2016-11-18 19:50 +0100
  Re: [PATCH] liquidio CN23XX: check if PENDING bit is clear using  logical and David Miller <davem@davemloft.net> - 2016-11-18 20:10 +0100

csiph-web