commit | f7ed3a5971da98acdc506bdbdef25cfe51c334a2 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Mon Sep 26 09:29:33 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Sep 26 09:38:34 2005 -0700 |
tree | 1e2cff00ff81b1a20be326d5b58e672846663102 | |
parent | 018771f435388f22f388eb8658c652086fb3633e [diff] |
[IB] mthca: fix off by one in clr_int calculation We should use the first word of the clear interrupt register if the bit we're after is < 32, not < 31. Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>