From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B220C433F5 for ; Thu, 7 Oct 2021 12:44:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CCF28610C7 for ; Thu, 7 Oct 2021 12:44:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org CCF28610C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=42WYBi0aFxx9ZzJWDKfygdceAzUGy27oxUht3epsiiw=; b=rbWRM2U5e51cOv PxBBTpXRTHRXp4qwyOR/J/25IEpGMqE9vB3fCxVJw8XGSo+STcGIyb+oO9KFA8P4g/B4lJEmV4ju5 mEDRLPR62ZoHgbQHGnKqq13XasiKM7cEq6bT7ANf1C+woGSXOxfZfnE+R8kKVQb2nNvG/FTfn/93r PU8Br1pCn5SN33M+rt5Cc3YoLOFs6thyYs87nt7Z0joMVJr6+ICkpqIXDkhm/fLlv61CQw//rrFnE EKuqFN9M7cjVuMUh6XDfNPZBlloV0W6XQysKzr4Qh180/mIFv5CKd714EcFv3Yz+lEuYQ+Q3rkUiU kywzg5RBEB3GiswQ5h0g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mYSju-00HK8T-Mx; Thu, 07 Oct 2021 12:43:10 +0000 Received: from mail-pg1-f180.google.com ([209.85.215.180]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mYSjq-00HK7I-He for linux-arm-kernel@lists.infradead.org; Thu, 07 Oct 2021 12:43:07 +0000 Received: by mail-pg1-f180.google.com with SMTP id 75so5574083pga.3 for ; Thu, 07 Oct 2021 05:43:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=hHKXEKhbma9Zz4qn47NNdpYAgHY/k0KtHtMSD51mJAc=; b=cPIet6Yhza95XXch/oqjzRqtAHro+NidniP+KIVKZCcpgk+hHCy46w9n74yvvt2vaC Djt4xIN+QuiHOqWtu3MwjIw74fq9Ys5QwIAyocLIKYBruCpftwZRS4UpovZqNfMrcCUU GtyJDzWEZ7NOgskjo9bHTBZjp0Vn4Bp8JDGoH8tPIFjLz5dRoI7JSqzZfRBvkEw9qZL+ /dKQixH9Df5rDdcdPGFIXImO7R8roGRqJ5TO6bAuuoU7eVF3HUWCjAnBh0UZaxQpKlOo o3WnqUHklXzYue57elaxAeDU3d5h27Ze4XBaTX7XtH9sPjWYC9BUMlzXtVpmZZKd2uj3 aSJA== X-Gm-Message-State: AOAM532vT3lcTHPj9cQCIhg9SwzlW2EGK/Xrx0464qjGZ4aruYW+qNWc TKnalvksa15Gke4EXbJ88QM= X-Google-Smtp-Source: ABdhPJypI21Sv4zNqku3m8Er5/l1gzrYiWDR41czyzltN6j3Yo9UApyrCwx1eNFqpgk//1NkYJs15w== X-Received: by 2002:a63:6e8d:: with SMTP id j135mr2837585pgc.116.1633610585297; Thu, 07 Oct 2021 05:43:05 -0700 (PDT) Received: from rocinante ([95.155.85.46]) by smtp.gmail.com with ESMTPSA id t4sm18784359pfj.13.2021.10.07.05.43.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Oct 2021 05:43:05 -0700 (PDT) Date: Thu, 7 Oct 2021 14:42:56 +0200 From: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= To: Bjorn Helgaas Cc: Lorenzo Pieralisi , Nobuhiro Iwamatsu , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname() Message-ID: References: <20211007122848.3366-1-kw@linux.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211007122848.3366-1-kw@linux.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211007_054306_612989_DEF58641 X-CRM114-Status: UNSURE ( 7.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Lorenzo, [...] > Changes in v2: > Remove unused "dev" variable following removal of the dev_err() as > reported by Intel's CI bot. Apologies for causing you more work. Especially, since you already applied previous version to your "pci/dwc" branch. Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel