On Thu, 2011-11-03 at 21:36 +0300, Dan Carpenter wrote:
> On Thu, Nov 03, 2011 at 07:34:54PM +0200, Joe Perches wrote:
> > On Thu, 2011-11-03 at 12:25 -0300, Diego F. Marfil wrote:
> > > + t->wmanIfCmnCpsArqWindowSize = ntohs(psfLocalSet->u16ARQWindowSize);
> > > + t->wmanIfCmnCpsArqWindowSize = ntohl(t->wmanIfCmnCpsArqWindowSize);
> > huh? There are a few of these that don't make much sense to me.
> > ntohs then ntohl?  why?
> > etc...
> Joe, you're obviously right but these arent' bugs that Diego
> introduced so is it Ok if he sends fixes for those in a later patch?

Of course.

The wall of repetitive text probably just obscured
the likely defective use of ntohl(ntohs()).


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to