mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
IB/mthca: Remove "stop" flag for catastrophic error polling timer
Since we use del_timer_sync() anyway, there's no need for an additional flag to tell the timer not to rearm. Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
@@ -277,7 +277,6 @@ struct mthca_mcg_table {
|
||||
struct mthca_catas_err {
|
||||
u64 addr;
|
||||
u32 __iomem *map;
|
||||
unsigned long stop;
|
||||
u32 size;
|
||||
struct timer_list timer;
|
||||
struct list_head list;
|
||||
|
||||
Reference in New Issue
Block a user