From: Larry Finger Date: Thu, 25 Aug 2011 16:48:12 +0000 (-0500) Subject: staging: rtl8192e: Modify time handling X-Git-Tag: v3.2-rc1~169^2^2~864^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd565069b21ae20f4916cf305b64268bb3f9d3f;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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed