From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 04/13] xen/arm: device: Rename device_type into device_class Date: Fri, 20 Feb 2015 12:17:24 +0000 Message-ID: <1424434644.30924.197.camel@citrix.com> References: <1422643768-23614-1-git-send-email-julien.grall@linaro.org> <1422643768-23614-5-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YOmWO-0001VI-Ru for xen-devel@lists.xenproject.org; Fri, 20 Feb 2015 12:17:28 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: xen-devel@lists.xenproject.org, Julien Grall , tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-06 at 12:38 +0000, Stefano Stabellini wrote: > On Fri, 30 Jan 2015, Julien Grall wrote: > > This enum was used for matching a specific class of device and not to get the > > type of device. > > > > Hence the name device_type will be used for another purpose later. > > > > Also rename device_get_type into device_get_class to reflect the change. > > > > Signed-off-by: Julien Grall > > Acked-by: Stefano Stabellini Acked-by: Ian Campbell