From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752629Ab1JJHk0 (ORCPT ); Mon, 10 Oct 2011 03:40:26 -0400 Received: from smtp-out.google.com ([216.239.44.51]:49859 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752564Ab1JJHkY (ORCPT ); Mon, 10 Oct 2011 03:40:24 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=dkim-signature:content-type:to:cc:subject:references:date: mime-version:content-transfer-encoding:from:organization:message-id: in-reply-to:user-agent:x-system-of-record; b=Uk4vPc6lrvlNcKMsQgKzvIDatHU5g70/HwsjuUTkQBJJI+b7N9gaw0ivrwnv/R/h4 KD0wfJCLviyKx9k3HwJHA== Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Felipe Balbi" Cc: "Alan Stern" , "Sebastian Andrzej Siewior" , "Dave Young" , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv5 2/4] usb: gadget: replace "is_dualspeed" with "max_speed" References: <20111010060212.GA31707@legolas.emea.dhcp.ti.com> Date: Mon, 10 Oct 2011 09:40:09 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michal Nazarewicz" Organization: Google Message-ID: In-Reply-To: <20111010060212.GA31707@legolas.emea.dhcp.ti.com> User-Agent: Opera Mail/11.51 (Linux) X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 Oct 2011 08:02:14 +0200, Felipe Balbi wrote: > On Fri, Aug 26, 2011 at 03:18:35PM +0200, Michal Nazarewicz wrote: >> From: Michal Nazarewicz >> >> This commit replaces usb_gadget's is_dualspeed field with >> a max_speed field. > > missing Signed-off-by Sorry, forgot about -s. I'll try to send fixed patches later today or tomorrow.