From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] xen/pci: Remove unused dev_err() string Date: Tue, 15 Apr 2014 11:20:01 -0400 Message-ID: <20140415152001.GA6187__10622.3397692249$1397575354$gmane$org@phenom.dumpdata.com> References: <20140414222523.15032.99127.stgit@bhelgaas-glaptop.roam.corp.google.com> <20140415130319.GC29540@phenom.dumpdata.com> <534D342C.2040805@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wa59g-0004je-16 for xen-devel@lists.xenproject.org; Tue, 15 Apr 2014 15:20:17 +0000 Content-Disposition: inline In-Reply-To: <534D342C.2040805@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel Cc: Bjorn Helgaas , xen-devel@lists.xenproject.org, Boris Ostrovsky , linux-kernel@vger.kernel.org List-Id: xen-devel@lists.xenproject.org On Tue, Apr 15, 2014 at 02:29:16PM +0100, David Vrabel wrote: > On 15/04/14 14:03, Konrad Rzeszutek Wilk wrote: > > On Mon, Apr 14, 2014 at 04:25:23PM -0600, Bjorn Helgaas wrote: > >> We previously verified that "action" is either BUS_NOTIFY_ADD_DEVICE or > >> BUS_NOTIFY_DEL_DEVICE, so there's no need for the default "?" case. > >> > >> Found by Coverity (CID 146520). > > > > Reviewed-by: Konrad Rzeszutek Wilk > > > > David, are you OK pushing this in 'devel/for-linus-3.14'? > > If you mean devel/for-linus-3.16, then yes. Yes I meant that. Thanks! > > David