All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: "Gupta, Ajay Kumar" <ajay.gupta@ti.com>
Cc: Greg KH <gregkh@suse.de>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Felipe Balbi <felipe.balbi@nokia.com>,
	Sergei Shtylyov <sshtylyov@ru.mvista.com>
Subject: Re: [GIT PATCH] USB patches for 2.6-git
Date: Fri, 14 Nov 2008 11:15:45 -0800	[thread overview]
Message-ID: <20081114191545.GA24115@kroah.com> (raw)
In-Reply-To: <19F8576C6E063C45BE387C64729E739403E5F2B47B@dbde02.ent.ti.com>

On Fri, Nov 14, 2008 at 09:36:03AM +0530, Gupta, Ajay Kumar wrote:
> Hi Greg,
> 
> There is a difference in the musb patch I submitted and the one which actually has been
> forwarded to you by Felipe. This difference has introduced a bug.
> 
> The patch in you series is,
> usb: musb: fix BULK request on different available endpoints
> 
> 
> It was submitted by me at,
> http://marc.info/?l=linux-usb&m=122337227617797&w=2
> 
> 
> And the one which is forwarded to you by Felipe is at,
> http://marc.info/?l=linux-usb&m=122528597316728&w=2
> 
> 
> There is a difference in between above two as below.
> Original: +	if (best_end < 0 && qh->type == USB_ENDPOINT_XFER_BULK) {
> Sent to you: +	if (best_end > 0 && qh->type == USB_ENDPOINT_XFER_BULK) {
> 
> It should be [best_end < 0].
> 
> If it is possible then please correct this mismatch in your series.

I'll wait to get a patch from Felipe for this.

thanks,

greg k-h

  reply	other threads:[~2008-11-14 19:20 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-13 23:02 [GIT PATCH] USB patches for 2.6-git Greg KH
2008-11-14  4:06 ` Gupta, Ajay Kumar
2008-11-14 19:15   ` Greg KH [this message]
2008-11-14 19:40     ` Sergei Shtylyov
2008-11-14 19:59       ` Greg KH
2008-11-14 20:10         ` Sergei Shtylyov
2008-11-14 20:55           ` Greg KH
2008-11-14 21:02             ` Sergei Shtylyov
2008-11-14 21:07               ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2009-03-17 21:05 Greg KH
2009-02-27 22:45 Greg KH
2009-02-09 19:31 Greg KH
2009-01-27 23:49 Greg KH
2009-01-27 23:56 ` Greg KH
2009-01-07 19:24 Greg KH
2009-01-07 20:23 ` Sergei Shtylyov
2009-01-07 21:28   ` Greg KH
2009-01-07 21:42     ` Sergei Shtylyov
2009-01-07 21:54       ` Andrew Morton
2009-01-07 22:48     ` David Brownell
2008-12-17 19:27 Greg KH
2008-10-29 22:38 Greg KH
2008-10-17 22:00 Greg KH
2008-10-17 22:47 ` Linus Torvalds
2008-10-17 23:00   ` Greg KH
2008-10-17 23:09     ` Greg KH
     [not found] ` <gdfauh$hsp$1@ger.gmane.org>
2008-10-19 17:29   ` Greg KH
2008-10-19 19:37     ` Dmitry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081114191545.GA24115@kroah.com \
    --to=greg@kroah.com \
    --cc=ajay.gupta@ti.com \
    --cc=felipe.balbi@nokia.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=sshtylyov@ru.mvista.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.