diff options
author | Roland Dreier <rolandd@cisco.com> | 2008-07-14 23:48:52 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-07-14 23:48:52 -0700 |
commit | 4522e08ced48baaf28990e2674e940aae9940310 (patch) | |
tree | 9c17d3aadb4adcd757c58331cc6a20e4a133cb50 /drivers/infiniband/hw/mthca/mthca_dev.h | |
parent | bc3a290b51aaefc6a6af2d6e6d52ed32387c416c (diff) | |
download | lwn-4522e08ced48baaf28990e2674e940aae9940310.tar.gz lwn-4522e08ced48baaf28990e2674e940aae9940310.zip |
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>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_dev.h')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_dev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h index 2997d8d564ea..ee4d073c889f 100644 --- a/drivers/infiniband/hw/mthca/mthca_dev.h +++ b/drivers/infiniband/hw/mthca/mthca_dev.h @@ -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; |