From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyyua-0003Uf-F5 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 03:15:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyyuV-0000wE-V0 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 03:15:48 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:24459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyyuV-0000u3-77 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 03:15:43 -0500 Message-ID: <5489527F.1010008@huawei.com> Date: Thu, 11 Dec 2014 16:14:55 +0800 From: Gonglei MIME-Version: 1.0 References: <236dc0c1f599c40fd608de173e08402e0d43a1b6.1418284167.git.amit.shah@redhat.com> In-Reply-To: <236dc0c1f599c40fd608de173e08402e0d43a1b6.1418284167.git.amit.shah@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] virtio-rng: fix check for period_ms validity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Amos Kong , qemu list On 2014/12/11 15:49, Amit Shah wrote: > This was reported for this warning: > > hw/virtio/virtio-rng.c:150:31: warning: logical not is only applied to > the left hand side of comparison [-Wlogical-not-parentheses] > > Reported-by: dcb > Suggested-by: dcb > Bug: https://bugs.launchpad.net/qemu/+bug/1393486 > Signed-off-by: Amit Shah > --- > hw/virtio/virtio-rng.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Gonglei