From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:39999 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752709Ab3I2W5N (ORCPT ); Sun, 29 Sep 2013 18:57:13 -0400 Date: Sun, 29 Sep 2013 18:57:03 -0400 From: Theodore Ts'o To: Linus Torvalds Cc: Yinghai Lu , Bjorn Helgaas , Benjamin Herrenschmidt , "linux-pci@vger.kernel.org" , Linux Kernel Mailing List Subject: Re: [PATCH] PCI: Workaround missing pci_set_master in pci drivers Message-ID: <20130929225703.GC19331@thunk.org> References: <1380399187-4962-1-git-send-email-yinghai@kernel.org> <20130929224106.GA19331@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Sun, Sep 29, 2013 at 03:46:33PM -0700, Linus Torvalds wrote: > On Sun, Sep 29, 2013 at 3:41 PM, Theodore Ts'o wrote: > > On Sat, Sep 28, 2013 at 01:13:07PM -0700, Yinghai Lu wrote: > >> Fixed by add checking in pci_enable_bridge, and call pci_set_master > >> if driver skip that. > >> That will make the code more robot and wade off problem for missing > >> pci_set_master in drivers. > > > > Petty spelling nit; feel free to ignore unless you need to respin the > > patch anyway.... > > > > s/robot/robost/ > > That's an oddly spelled nitpick "correction". Sorry, typed too quickly. :-( - Ted