commit | 96baf5a61b14119eca3f5b282700e2560e5bda28 | [log] [tgz] |
---|---|---|
author | Hari Prasath Gujulan Elango <hgujulan@visteon.com> | Wed Jun 10 04:25:37 2015 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 10 17:43:38 2015 -0700 |
tree | 36fc2ec48c03d738754f8d77d07df5a43314d951 | |
parent | 21175ef7e0db27989f37096ff5121255ac201c12 [diff] |
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>