On Sun, 5 Jun 2005 14:46:16 +0200, Domen Puncer <[EMAIL PROTECTED]> wrote:

> --- c/drivers/usb/class/usblp.c       2005-05-25 13:34:54.000000000 +0200
> +++ a/drivers/usb/class/usblp.c       2005-06-05 14:38:39.000000000 +0200
> @@ -751,6 +751,7 @@ static ssize_t usblp_read(struct file *f
>                               schedule();
>                       } else {
>                               set_current_state(TASK_RUNNING);
> +                             down(&usblp->sem);
>                               break;
>                       }
>                       down (&usblp->sem);

Looks good to me, I'll apply the same to 2.4.

But the printer class looks ready for serious shaking.

-- Pete


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to