Re: [linux-usb-devel] Re: Superfluous statement in usb.c v. 2.6.8.1

2004-10-20 Thread Greg KH
On Wed, Oct 06, 2004 at 09:58:54PM +0200, Philippe Bertin wrote: > Greg, All, > > This is the patch for it. Applied, thanks. greg k-h --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your busine

Re: [linux-usb-devel] Re: Superfluous statement in usb.c v. 2.6.8.1

2004-10-06 Thread Philippe Bertin
Greg, All, This is the patch for it. Kind regards, Philippe Bertin. Greg KH wrote: On Sat, Oct 02, 2004 at 03:20:46PM +0200, Philippe Bertin wrote: 'Llo All, Greg, To my modest kernel-newby reader opinion, statement id = usb_drv->id_table; on line 535 of usb.c version 2.6.

[linux-usb-devel] Re: Superfluous statement in usb.c v. 2.6.8.1

2004-10-04 Thread Greg KH
On Sat, Oct 02, 2004 at 03:20:46PM +0200, Philippe Bertin wrote: > 'Llo All, Greg, > > To my modest kernel-newby reader opinion, statement > > id = usb_drv->id_table; > > on line 535 of usb.c version 2.6.8.1 is superfluous, as it is re- set > the statement after (line 537). Not that I know that