From: Vaishali Thakkar Date: Wed, 11 Mar 2015 08:21:36 +0000 (+0530) Subject: Staging: rtl8192e: Eliminate use of MSECS macro X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~403 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9733c1ad884548ba6417fee239e54693719f41;p=pandora-kernel.git Staging: rtl8192e: Eliminate use of MSECS macro Use msecs_to_jiffies instead of driver specific macro MSECS. This is done using Coccinelle and semantic patch used for this is as follows: @@expression t;@@ - MSECS(t) + msecs_to_jiffies(t) Signed-off-by: Vaishali Thakkar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed