USB: serial: Fix mos7840 timeout
authorMark Ferrell <mferrell@uplogix.com>
Tue, 24 Jul 2012 18:38:31 +0000 (13:38 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 22:10:50 +0000 (15:10 -0700)
commit1e658489ba8d87b7c89ca6f734b8319acc534dbc
treed870122ed4a3c211dedc5e34ca42c5b3e5fbba13
parentf1b5c997e68533df1f96dcd3068a231bca495603
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>
drivers/usb/serial/mos7840.c