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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62F43C5ACD7 for ; Tue, 17 Mar 2020 23:28:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4131620674 for ; Tue, 17 Mar 2020 23:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727206AbgCQX2b (ORCPT ); Tue, 17 Mar 2020 19:28:31 -0400 Received: from mail.rc.ru ([151.236.222.147]:50592 "EHLO mail.rc.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727071AbgCQX2b (ORCPT ); Tue, 17 Mar 2020 19:28:31 -0400 Received: from mail.rc.ru ([2a01:7e00:e000:1bf::1]:39756) by mail.rc.ru with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jELdK-0001ce-QW; Tue, 17 Mar 2020 23:28:26 +0000 Date: Tue, 17 Mar 2020 23:28:25 +0000 From: Ivan Kokshaysky To: Matt Turner Cc: Bjorn Helgaas , Yinghai Lu , linux-pci@vger.kernel.org, linux-alpha , Richard Henderson , Jay Estabrook , Nicholas Johnson , Benjamin Herrenschmidt Subject: Re: [PATCH] alpha: fix nautilus PCI setup Message-ID: <20200317232825.GA6018@mail.rc.ru> References: <20200314194745.GB12510@mail.rc.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Mon, Mar 16, 2020 at 11:26:24PM -0700, Matt Turner wrote: > One thing I noticed: this variable is now no longer used. Right, my fault. I think it would be better to re-submit the nautilus part, will do that shortly. Ivan.