commit | 66cc42a4bc23a5f621407d1c23b9fe29d41c92c6 | [log] [tgz] |
---|---|---|
author | Kulikov Vasiliy <segooon@gmail.com> | Sun Jul 25 22:25:42 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 26 21:05:04 2010 -0700 |
tree | 676739b334e957ac65eb7e36699acfc154ebd6d6 | |
parent | db5824dd3d632acd79094b81e07288ba05ae2cc1 [diff] |
usbnet: use jiffies in schedule_timeout(), not msecs usbnet_terminate_urbs() uses schedule_timeout() with argument 3 msecs. schedule_timeout() uses jiffies as argument, so convert msecs to jiffies with msecs_to_jiffies(). Signed-off-by: Kulikov Vasiliy <segooon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>