From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [Xen-devel] [PATCH] xen-netback: correct return value checks on xenbus_scanf() Date: Thu, 7 Jul 2016 10:58:16 +0100 Message-ID: <577E27B8.2050603@citrix.com> References: <577E277C02000078000FBEBB@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: , To: Jan Beulich , Wei Liu Return-path: Received: from smtp02.citrix.com ([66.165.176.63]:50914 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935AbcGGJ6T (ORCPT ); Thu, 7 Jul 2016 05:58:19 -0400 In-Reply-To: <577E277C02000078000FBEBB@prv-mh.provo.novell.com> Sender: netdev-owner@vger.kernel.org List-ID: On 07/07/16 08:57, Jan Beulich wrote: > Only a positive return value indicates success. This is not correct. David