commit | 1e658489ba8d87b7c89ca6f734b8319acc534dbc | [log] [tgz] |
---|---|---|
author | Mark Ferrell <mferrell@uplogix.com> | Tue Jul 24 13:38:31 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 15 15:10:50 2012 -0700 |
tree | d870122ed4a3c211dedc5e34ca42c5b3e5fbba13 | |
parent | f1b5c997e68533df1f96dcd3068a231bca495603 [diff] |
USB: serial: Fix mos7840 timeout * mos7840 driver was using multiple of HZ for the timeout handed off to usb_control_msg(). Changed the timeout to use msecs instead. * Remove unused WAIT_FOR_EVER definition Signed-off-by: Mark Ferrell <mferrell@uplogix.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>