From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] xen/pci: Remove unused dev_err() string Date: Tue, 15 Apr 2014 14:29:16 +0100 Message-ID: <534D342C.2040805__20890.2909457267$1397568680$gmane$org@citrix.com> References: <20140414222523.15032.99127.stgit@bhelgaas-glaptop.roam.corp.google.com> <20140415130319.GC29540@phenom.dumpdata.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 1Wa3QP-0007rP-Bh for xen-devel@lists.xenproject.org; Tue, 15 Apr 2014 13:29:21 +0000 In-Reply-To: <20140415130319.GC29540@phenom.dumpdata.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: Konrad Rzeszutek Wilk Cc: Bjorn Helgaas , xen-devel@lists.xenproject.org, Boris Ostrovsky , linux-kernel@vger.kernel.org List-Id: xen-devel@lists.xenproject.org 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. David