From e017a92b2e768c13503765e1eabfa566bf791807 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20Sch=C3=B6lling?= Date: Sun, 25 May 2014 15:05:24 +0200 Subject: [PATCH] staging: rtl8188eu: use time_before/time_after and change type of ips_deny_time MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To be future-proof and for better readability the time comparisons are modified to use time_before/_after() instead of plain, error-prone math. To suppress compiler warnings the type of ips_deny_time was changed. Signed-off-by: Manuel Schölling Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed