From: Frode Isaksen Date: Sun, 23 Jun 2013 06:37:01 +0000 (+0300) Subject: mei: mei_cl_connect: don't multiply the timeout twice X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~75^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206ecfc21121aa272f3f9fa23e1ed252a12e8a5c;p=pandora-kernel.git mei: mei_cl_connect: don't multiply the timeout twice MEI_CL_CONNECT_TIMEOUT is the timeout in seconds to wait for a response in mei_cl_connect. The value was converted to jiffies using mei_secs_to_jiffies helper function and assigned to a local variable which is by mistake again multiplied by HZ Signed-off-by: Frode Isaksen Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed