From: Clemens Ladisch Date: Sat, 22 Jan 2011 14:05:03 +0000 (+0100) Subject: firewire: core: fix card->reset_jiffies overflow X-Git-Tag: v2.6.39-rc1~400^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71084af58cf15e6043338500eeaf6281d0a62af;p=pandora-kernel.git firewire: core: fix card->reset_jiffies overflow On a 32-bit machine with, e.g., HZ=1000, jiffies will overflow after about 50 days, so if there are between 25 and 50 days between bus resets, the card->reset_jiffies comparisons can get wrong results. To fix this, ensure that this timestamp always uses 64 bits. Signed-off-by: Clemens Ladisch Signed-off-by: "Stefan Richter" --- Reading git-diff-tree failed