On Mon, Sep 13, 2004 at 11:29:36PM +0200, Jan Capek wrote:
> Hi,
> 
> sending a separate patch for usb-serial.c.
> 
> Description:
> 
> - corrected handling when unlinking read URB's, that were synchronous,
> usb_kill_urb() is used from now on.
> - removed unnecessary checks for NULL, as those are handled internally
> by the usb framework

Again, thanks, but I had already done this work (not the NULL checks,
but I just added that change.)

> + * (09/08/2004) Jan Capek
> + *       destroy_serial(), port_release() - removed test on URB's being NULL as
> + *       these checks are always performed by underlying usb_kill_urb(),
> + *       usb_unlink_urb, usb_free_urb() resp. Further, port->read_urb is now
> + *       removed synchronously using usb_kill_urb() instead of usb_unlink_urb().
> + *       This is to ensure consistency with the urb.c, so that usb_unlink_urb()
> + *       is not used for synchronous unlinking anymore.

Don't add change log entries to the file, it's not worth it, makes the
files messy, and now that we use bitkeeper, just redundant.  That's why
the last entry for this file is back in 2002, but it has changed since
then :)

thanks again,

greg k-h


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to