From: Sarah Sharp Date: Mon, 29 Sep 2008 17:58:35 +0000 (-0700) Subject: USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds. X-Git-Tag: v2.6.28-rc1~254^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f082c5367a02e8493d779e16ad336167e14718;p=pandora-kernel.git USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds. The kernel doc for usb_bulk_msg() says the timeout for a bulk message should be specified in milliseconds. The ftdi-elan driver converts milliseconds to jiffies before passing the timeout to usb_bulk_msg(). This is mostly harmless, since it will just lead to very long timeouts, but was obviously not the intent of the original author. Signed-off-by: Sarah Sharp Acked-by: Tony Olech Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed