From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754397Ab2CARZ5 (ORCPT ); Thu, 1 Mar 2012 12:25:57 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:63790 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753933Ab2CARZu (ORCPT ); Thu, 1 Mar 2012 12:25:50 -0500 Authentication-Results: mr.google.com; spf=pass (google.com: domain of gregkh@linuxfoundation.org designates 10.68.231.133 as permitted sender) smtp.mail=gregkh@linuxfoundation.org Date: Thu, 1 Mar 2012 09:24:35 -0800 From: Greg Kroah-Hartman To: Yinghai Lu Cc: Sarah Sharp , Jesse Barnes , linux-usb@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] usb, PCI: split quirk for usb host controller to three Message-ID: <20120301172435.GA8505@kroah.com> References: <1330622227-4209-1-git-send-email-yinghai@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1330622227-4209-1-git-send-email-yinghai@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 01, 2012 at 09:17:07AM -0800, Yinghai Lu wrote: > so we avoid checking class again and again in that quirk. > > need to be applied after pci/linux-next and usb/usb-next As those are two independant trees, this needs to wait until after 3.4-rc1 is out. > Signed-off-by: Yinghai Lu > > --- > drivers/usb/host/pci-quirks.c | 42 ++++++++++++++++++++++++++++-------------- > 1 file changed, 28 insertions(+), 14 deletions(-) Is this really helping anything here? You added code overall :( greg k-h