From: Larry Finger Date: Mon, 1 Aug 2011 20:31:00 +0000 (-0500) Subject: staging: rtl8192e: Modify time handling X-Git-Tag: v3.2-rc1~169^2^2~864^2~14^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e829d65e7855fb4c98a81dd8c210c5b6d738bde1;p=pandora-kernel.git staging: rtl8192e: Modify time handling In several places, the driver keeps times (in jiffies) in two 32-bit quantities. In the rtl8192_hw_to_sleep(), there is an error in the calculation of the difference between two 64-bit quantities. Rather than fix that error, I have converted to a single 64-bit number. That makes the code be much cleaner and clearer. Signed-off-by: Larry Finger --- Reading git-diff-tree failed