]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb0f87bef5f1396f278e18aa48b89f9ecd3c32d23
treed870122ed4a3c211dedc5e34ca42c5b3e5fbba13
parentb15420faccbcb2e167f23d6c056352afbbeba8d9
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