staging: wilc1000: fix build warning related to time_after_eq macro
authorHari Prasath Gujulan Elango <hgujulan@visteon.com>
Wed, 10 Jun 2015 04:25:37 +0000 (04:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 00:43:38 +0000 (17:43 -0700)
commit96baf5a61b14119eca3f5b282700e2560e5bda28
tree36fc2ec48c03d738754f8d77d07df5a43314d951
parent21175ef7e0db27989f37096ff5121255ac201c12
staging: wilc1000: fix build warning related to time_after_eq macro

This patch fixes a build warning related to the use of the time_after_eq
macro.Adding a typecast to the second argument suppresses the
warning.This warning was created by one my previous patch.

Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c