From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 00/12] xen: add common function for reading optional value Date: Mon, 7 Nov 2016 11:08:09 +0000 Message-ID: <8d314b86-4a28-5628-2a79-842a2fafc4c1@citrix.com> References: <1477932510-28594-1-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , , , , , , , , To: Juergen Gross , , Return-path: In-Reply-To: <1477932510-28594-1-git-send-email-jgross@suse.com> Sender: linux-input-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 31/10/16 16:48, Juergen Gross wrote: > There are multiple instances of code reading an optional unsigned > parameter from Xenstore via xenbus_scanf(). Instead of repeating the > same code over and over add a service function doing the job and > replace the call of xenbus_scanf() with the call of the new function > where appropriate. Acked-by: David Vrabel Please queue for the next release. David