From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 0/2] xen: cleanup sysfs management Date: Mon, 2 Mar 2015 10:59:13 +0000 Message-ID: <54F44281.6030003@citrix.com> References: <1423168739-21250-1-git-send-email-tiwai@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YSO4E-0000bE-LY for xen-devel@lists.xenproject.org; Mon, 02 Mar 2015 10:59:18 +0000 In-Reply-To: <1423168739-21250-1-git-send-email-tiwai@suse.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Takashi Iwai , xen-devel@lists.xenproject.org Cc: Boris Ostrovsky , David Vrabel List-Id: xen-devel@lists.xenproject.org On 05/02/15 20:38, Takashi Iwai wrote: > Hi, > > this is a couple of patchset to clean up the sysfs entry creation / > removal in xen driver codes. They are relatively straightforward > conversion patches, where manual function calls are replaced with > static attribute groups. Applied to devel/for-linus-4.1, thanks. David